Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aeff5fe

Browse files
cdrciCoder CI
and
Coder CI
authoredMar 4, 2024
coder 2.8.4 (#123)
This automatic PR was triggered by the release of Coder v2.8.4 Co-authored-by: Coder CI <[email protected]>
1 parent 52b81e4 commit aeff5fe

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.8.3"
4+
version "2.8.4"
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 "52c4bc1379d03720ce6299b16dc3cb8c04cd2322fdc67e4389179fe2de4d16e6"
9+
sha256 "ae132bdb84910a8e8502957afa00096a5dd121ea3363610737f77f14b409413b"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "a4675cda4a2a9ddd32aa09221eb8a0990405b13c3302b920a0e8fd9fa91cb048"
12+
sha256 "919db2e8a44477c33da43d8ce2422d8b4819cfc6fd5bb9a7f22958583a9e2d25"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "b9d236c60a8078df1ccd822b601559f48fdab125b816c1fd5971fec0b5d30285"
16+
sha256 "e79127e9d2f4c59784417f3cf740e6befa7d1b6ba8f147367f8319281a4ef285"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)