Skip to content

Commit 585a0f6

Browse files
cdrciCoder CI
andauthored
coder 2.30.2 (#319)
This automatic PR was triggered by the release of Coder v2.30.2 Co-authored-by: Coder CI <ci@coder.com>
1 parent d2b157a commit 585a0f6

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.30.1"
4+
version "2.30.2"
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 "3728ab372ab4f8a8fa046e8a89346c87d04e9710390cdc57552c89d51f46a526"
9+
sha256 "a8e1df2f17eca69d270616dd0b093be70ba884bda648652fe6192b34f0b2b1bc"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "0734aa33fdb0e28da946a89ba08e747d367acea4a2fde44f5d4d9d57ec1b3cff"
12+
sha256 "2130fc1a495666f506e76bfb7c9a6e301da80387a7011b57ee845ee447a6fed3"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "57ddf848f059d44219ff94ea271f5c9b34d30a73944a303dadd026feb2c1d7b5"
16+
sha256 "82af92adba8082a7698aa39142f54e96e290bcf1bb59f636e61d358337de272c"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)