Skip to content

Commit d1be40a

Browse files
cdrciCoder CI
andauthored
coder 2.31.4 (#325)
This automatic PR was triggered by the release of Coder v2.31.4 Co-authored-by: Coder CI <ci@coder.com>
1 parent d6dbfb7 commit d1be40a

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.3"
4+
version "2.31.4"
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 "99a4985d995aeb44436e177e58fc95c215c01211ec0303ad954a2b3feb308362"
9+
sha256 "42b68a890ed285700c4a1979d0719fc252839dbb34b21c264eef35c949e2f2d2"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "428072260cb5054abb22317f09c5cc32cd46545e3cbe6507ae6740458aae74f6"
12+
sha256 "f3b7528a89af7f87c94d232a7886fc09ba8dc5cf3fc48b643314863d72a346f7"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "078aed53925b255325164c68582ab9663d0354b7a56f9d5054cd74a1fd2b5e84"
16+
sha256 "f35f09df772b43da5a96792a6a70fc3a13c343c698610e1adb8638d4088c9ea7"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)