Skip to content

Commit a97280c

Browse files
cdrciCoder CI
and
Coder CI
authored
coder 2.22.1 (coder#243)
This automatic PR was triggered by the release of Coder v2.22.1 Co-authored-by: Coder CI <ci@coder.com>
1 parent 1d3c860 commit a97280c

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.22.0"
4+
version "2.22.1"
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 "9c938f8279972da5c14751bfc0c23eb0edaecbf6ee5b4e6c94b6c403ddbffb7f"
9+
sha256 "cbfddc039226957108061d73d000ec0adbcad84ed7e9444f0b59a2599a5e20c6"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "44b294b33d0bbb5663cb771644da4d40dc0ee95d325e694c44707889589b1237"
12+
sha256 "ae788ee7fe77078ed0e653ad3f79c022640d76268779435be43d5a065568133d"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "7dc45d99c69b1d0106c790578949f018ef009ea32162ff941b144a1b989fd0a4"
16+
sha256 "26bd2fbf489bf053e6e10882957c89f1e5b217ed1b75c9f504798e6f905e18aa"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)