Skip to content

Commit 8f18129

Browse files
cdrciCoder CI
and
Coder CI
authored
coder 2.7.2 (#115)
This automatic PR was triggered by the release of Coder v2.7.2 Co-authored-by: Coder CI <ci@coder.com>
1 parent 84b1238 commit 8f18129

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.7.1"
4+
version "2.7.2"
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 "b4851e7bd18e471cd629aafc96c4ec2477863d0656f086479b9b568b2c6c94c4"
9+
sha256 "fbaf45dc59949ca073e96b3842188a41828b15446d8aca2fdaeee83205882b96"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "356075eb4376dbad5a4355e734743b9430bb90bb9d56a585d03e553ea775f038"
12+
sha256 "af7eab5d530fb1b67223184c94263a454c4133912e0655a02d864bf4cc5f5be9"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "8c71cd9d2ed9eec1b5a5ac44ae37d90deb330263190a13789335a643a701e4b8"
16+
sha256 "7ae2038663ebec6c3fcf22a4e2060eafeb02d7236773bb8a67bfdf4bf3e75f5f"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)