Skip to content

Commit 62f99fa

Browse files
cdrciCoder CIaslilac
authored
coder 2.12.2 (#142)
This automatic PR was triggered by the release of Coder v2.12.2 Co-authored-by: Coder CI <[email protected]> Co-authored-by: Kayla Washburn-Love <[email protected]>
1 parent 6df88ca commit 62f99fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/coder.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Coder < Formula
22
desc "Provisions remote development environments via Terraform"
33
homepage "https://github.com/coder/coder"
4-
version "2.12.1"
4+
version "2.12.2"
55

66
if OS.mac?
77
if Hardware::CPU.arm?
88
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_arm64.zip"
9-
sha256 "65c2622cb7197207b43178ae407e2c940ab15cbbb2b5d1cbf8b65f50dc76e636"
9+
sha256 "11807b60b49cb210489cb04e5d57d8b3e7fe3960bb385f6d1268611b6e693d2a"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "78fa709d7a1541bcb4978033f0eb7280f0695ee9a3211f0c68354f1f8173af03"
12+
sha256 "77e05650432fb5aed99023aa31369fb91e6cb880d63dabb04f318ea4f0c5f9c9"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "60e9b6aa9c3d7392f46f0728751d2ab943b6774791a8305e51f181e9b64d0bd2"
16+
sha256 "5099c9eb8cf0b832b373fc8a2d09e3fffded5d9fc6269cd4530f0aa07dd47f5e"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)