Skip to content

Commit cfa878e

Browse files
author
Coder CI
committed
coder 2.30.6
1 parent 7756aae commit cfa878e

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.30.6"
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 "d68596a517f57402a571a27c2981c6c687d811049f32b4206f953e7d51e3629c"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "40e93ef2bae35c330512986b3c8ae4661aff1c608f03b780a18fea106c9af56b"
12+
sha256 "0be2f536198e1cbd6c1bd85af85b36e08734d3c420e046fdf7b76da155470ca0"
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 "15eae8660b5aee07c9d00cc360bc912712a53ed2a4c362d90b58d2dc5346c55b"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)