Skip to content

Commit a9046fb

Browse files
cdrciCoder CI
and
Coder CI
authored
coder 2.11.1 (#134)
This automatic PR was triggered by the release of Coder v2.11.1 Co-authored-by: Coder CI <[email protected]>
1 parent 2604d77 commit a9046fb

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.11.0"
4+
version "2.11.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 "9a1d0bafe487e23653c75c47ed0a2a7d22c399ae674bad6cbf7d50b8e6008109"
9+
sha256 "64ceece175ca40ad4fc0dbcc66b2dbb8b1348b162999560365fd360957f747e2"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "e03e0ca03ac426d6b015e5011bd06227a1d9f6eab1f6e4032071cd07b9b6a69f"
12+
sha256 "2dc9707bd54242059aeda1cb505c89c2fd8d71656cbfe4f8f15aabaf77df49d2"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "689c0be160895f1481adf6941c410242a79dcf694a04e6bcb1d448b52069c69e"
16+
sha256 "fc3faefd48f82a7f866e256ab8f8ad26af17664d2821af925f404e818618a301"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)