Skip to content

Commit ed43ed2

Browse files
cdrciCoder CI
andauthored
coder 2.33.0 (#344)
This automatic PR was triggered by the release of Coder v2.33.0 Co-authored-by: Coder CI <ci@coder.com>
1 parent a07ade9 commit ed43ed2

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.32.1"
4+
version "2.33.0"
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 "267ec8b27dbda93f23e34d5e031454d31b8c7f06447a3817663b9239b9aa1d08"
9+
sha256 "bb269700396443b80ea3a57d938e698387e6ae974efa9e90dd9714ba82abf067"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "57091bc07aab9c8b54ac1423adab50ab4368d04c169009ce48cf6b3e8cc124e1"
12+
sha256 "9c896ad90641d753e41d17d7b84f505ef3d28c1ce09aee954673872588368298"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "200ee6cf54569ea76c4b88886bec434f359d710098e9be20d535079f03756890"
16+
sha256 "0089d46a9931498e5dcbe6df6bfb7153a2345156b5e7388ccbce8fb9b430061a"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)