Skip to content

Commit 4e023f5

Browse files
author
Coder CI
committed
coder 2.30.9
1 parent 632df2c commit 4e023f5

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.33.4"
4+
version "2.30.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 "93419b589cab124c464b91f71b6454336d5306e6f088e03465fb20302fcd928b"
9+
sha256 "959660ecc88e768f4111a4983680daa5a699c7b4afb8add5106aefb504414f02"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "c0dc18e57dcecd201ea68eb1b2537058ae7c235bdbcd8d1dc01cdd581c4861f5"
12+
sha256 "bc141fe87fbec8418091c68e2590f4d474e50a64060866d8f78b0c398d62c50c"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "809ff93008509e5becd05df912a64c9e9cd04842a28b7394c88723f40a373fc6"
16+
sha256 "b159439dea66883cd4b0bd8e93b68921b97a1306f65de5fc0ee1c38cbe0faad4"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)