Skip to content

Commit 2cab2ac

Browse files
cdrciCoder CIaslilac
authored
coder 2.21.0 (#217)
This automatic PR was triggered by the release of Coder v2.21.0 Co-authored-by: Coder CI <[email protected]> Co-authored-by: ケイラ <[email protected]>
1 parent da6e863 commit 2cab2ac

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.20.2"
4+
version "2.21.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 "5bd657cd301d7321bb27a81b3fbd52d489f235fbfc62bc1294d2c2b7c85fc152"
9+
sha256 "36e38365de0bd7a6997173e8afcf84e8c95b375ea2f152e08a61d7da1eb48584"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "a27d2481bdf5d4b78c39f3ed179f78ed1a2f6b9bc2add36b811e10bef2e0c069"
12+
sha256 "62046b7a24eee5107457ef01092c5e2d8cb433a39ae15689af1d567cdda22a16"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "414210b9a9541dbd18522d8973237566639fe143bac13deb039ded973aba58a2"
16+
sha256 "092651d2f648f44c8ab8e5f3bb16364c4941ac563ae74711eeb776b2447fbf7b"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)