Skip to content

Commit 32ca3ed

Browse files
author
Coder CI
committed
coder 2.27.9
1 parent 3e06de3 commit 32ca3ed

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.29.0"
4+
version "2.27.9"
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 "e243a827e46edd10095c3d23dc6bc345c9688a6a475475effe707fabdfb2d864"
9+
sha256 "0d762231680581e90b82ccf2f0abd9e686de83d40963bce90e33192d846a35d4"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "a8a81356b9984037f2ad643c383e1067a295f2fdf6fda6481bd9e9091524943e"
12+
sha256 "1f1cb1cb5460923e0c5b2d261305ae4e3f3d60b65f9d0117b83b13b155ef5e65"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "80380324c9bb235d5e4728adcc5c89a541b610e0c2baf12c9a6c5d4a45de6254"
16+
sha256 "0402f04b5a13a6d982ecc6b5a17494ae9f1e12a5456bd844f3482130adccf5f8"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)