Skip to content

Commit 98ea43c

Browse files
cdrciCoder CI
andauthored
coder 2.31.7 (#332)
This automatic PR was triggered by the release of Coder v2.31.7 Co-authored-by: Coder CI <ci@coder.com>
1 parent 7756aae commit 98ea43c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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.31.5"
4+
version "2.31.7"
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 "7229d4cfc32dff8a2f57e20eb49d085c1afb794aac13eecd2114d2312840aecb"
9+
sha256 "6e787ed945fef1e74e93d6e21d4f94fc2af2e872fe7fc073af7b971502f77209"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "40e93ef2bae35c330512986b3c8ae4661aff1c608f03b780a18fea106c9af56b"
12+
sha256 "688b839e2c0e55558096d0da37c8781e4f5598fa3999a39efd1e40aab525ba24"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "db95a2a5f7a44088f2f2053e3740706c9ecb18ffc6d73a4773e8c9edf8cc9334"
16+
sha256 "4da0c96fe75c5d57cb80c7e4e1654ae0ed7666f4b8664c6c41da50f77322e682"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)