Skip to content

Commit d6dbfb7

Browse files
cdrciCoder CI
andauthored
coder 2.31.3 (#324)
This automatic PR was triggered by the release of Coder v2.31.3 Co-authored-by: Coder CI <ci@coder.com>
1 parent 7e18238 commit d6dbfb7

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

1919
def install

0 commit comments

Comments
 (0)