Skip to content

Commit 825f81a

Browse files
cdrciCoder CI
andauthored
coder 2.29.5 (#310)
This automatic PR was triggered by the release of Coder v2.29.5 Co-authored-by: Coder CI <ci@coder.com>
1 parent 5e39153 commit 825f81a

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.29.4"
4+
version "2.29.5"
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 "d9274b0abfb7f9fde0331fb50e6ba950dcc8993cddd19e175b525a5f211e5b6d"
9+
sha256 "b1e313415667cc38dec5c64e2470c63459803b922a2106ae812d24b943cedfea"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "f4d14be5ba6d374321c36249997a944b283a1cb5a3db49b8bc6c1812881c56cd"
12+
sha256 "5ec6e40efda11af174048aabdc259c51867f6dbac14a856a090b73e501406c2b"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "4826cfc1cee2bf4385a21832f7b5dea327bbcd1bd4292a1a362f8880ef725e40"
16+
sha256 "3547a796d2eedadf081cdded8208c9bf5f522d4ebf2b0d7897f4136406abd194"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)