Skip to content

Commit 784bf29

Browse files
cdrciCoder CI
and
Coder CI
authored
coder 2.3.0 (#103)
This automatic PR was triggered by the release of Coder v2.3.0 Co-authored-by: Coder CI <ci@coder.com>
1 parent c96b9d5 commit 784bf29

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.2.1"
4+
version "2.3.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 "fbfd2427c0e9e794956a0282579c3675171ac386d9a4b6c06e7a23c20f9c3284"
9+
sha256 "66c17c362effa714be5fda370c6e0a0220a7755ff36f303cf1b67a4c4fb0cc99"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "130bb4bb04f1a6b421d501bfdb4952e70de773bfad4f8415b68853be32b10568"
12+
sha256 "05bb00ee303816866d290ed5cbcb9302db31835309627e798157ba8dcdc18acd"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "1c06f70ba9dea218b149d452dc722339ca419cf36ba973332192d96a57806a8b"
16+
sha256 "b77aa61179c696a91fd4584e07417bec666027174fdd31a0cb75b79cd8a174c4"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)