Skip to content

Commit c9b5428

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

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.0"
4+
version "2.33.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 "bb269700396443b80ea3a57d938e698387e6ae974efa9e90dd9714ba82abf067"
9+
sha256 "67848aa89386713f9e3a572f667d6cebec5321e6b00042108df0b1c8831d42a1"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "9c896ad90641d753e41d17d7b84f505ef3d28c1ce09aee954673872588368298"
12+
sha256 "29a3a496c375a9e304676c8b4cd3ce6ed426ad8a7bc8aef2b8a35ca4b28a9f3b"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "0089d46a9931498e5dcbe6df6bfb7153a2345156b5e7388ccbce8fb9b430061a"
16+
sha256 "4d707233894f3525e6c1dba8d2329cc473aab23e59d35242be23109e900b7438"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)