Skip to content

Commit 51d1d1a

Browse files
cdrciCoder CI
and
Coder CI
authored
coder 2.3.2 (#105)
This automatic PR was triggered by the release of Coder v2.3.2 Co-authored-by: Coder CI <ci@coder.com>
1 parent 59ec016 commit 51d1d1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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.3.1"
4+
version "2.3.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 "6adee87565dc8fc73c90428c2bb67aab8877d0f60376f9020f8c52f17dd8ddc7"
9+
sha256 "58f8bf2a884fab3f6be8342d6091b9a5280e7f3945522befc828afec7c049f10"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "18a626730bc93466e93b86306925d03155489ef9533b7367bda46fa6c85846c7"
12+
sha256 "0a27b986dfecc800793f25a0ab599d559f89c224a9d7866852f5867de81dd377"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "6b007beb46d3f17d44e110aabdd11c3b9a7cb84e4f58f5b33f35e572ae189371"
16+
sha256 "b19a385a3d72bd5b502cb2f79c1126ed668c7003c8c1ccce554f62d1e16b6b3e"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)