Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59f2de4

Browse files
cdrciCoder CI
andauthored
coder 2.4.0 (#107)
Co-authored-by: Coder CI <[email protected]>
1 parent 9c5a55f commit 59f2de4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/coder.rb

Lines changed: 4 additions & 4 deletions
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.3.3"
4+
version "2.4.0"
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 "bb335f16e25340cde5cbae3c206ae8c972c013ff40ab330009fe67853052e11c"
9+
sha256 "d0d4d5c15f00fb17949502e03c175a347c95e0a67c3476f72aff0926f151c4cc"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "de738246085776a99177dc4f4a7a6a62e1dc2b1037c2cf0c95a80fba7fe00db5"
12+
sha256 "742a93854a87cca46e7ffb9dcf110ead681e9ad3fdb4480c53c2af09d10a3b2e"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "de03bbd448a2dca0639ffa10d50dce089ed2e87d7688362339fa9fe37a61d674"
16+
sha256 "08e4d8d6877fd6212c96076727600eb186b43f8b478def2e3f599fd56d06ad3f"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)