Skip to content

Commit a07ade9

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

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

1919
def install

0 commit comments

Comments
 (0)