Skip to content

Commit b4c1085

Browse files
cdrciCoder CI
andauthored
coder 2.31.9 (#336)
This automatic PR was triggered by the release of Coder v2.31.9 Co-authored-by: Coder CI <ci@coder.com>
1 parent 79166bb commit b4c1085

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.8"
4+
version "2.31.9"
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 "ebda0f8cc7fd121ee7e2776bbd74ae728d4d14f7deeef78f851b18b538b03893"
9+
sha256 "890a0ec24d3e0dc514202bd7952b34ff2e2617192629e5d98cd193ee91fafd7e"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "0d9ced13671b7dfe1317752311bcb633477bf6561c561d4084f8f1baf37e7caf"
12+
sha256 "c8b3f76e337768444177de4e99890fa14c20c5fa7d24a280c43e759d269d11a4"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "6581c0531f33c4ca1df7b2b0cc1ab1ddf3d4ae73f4995ceb13d94f100af91079"
16+
sha256 "16946ac364cb4175e87a5a6ce792886371b9bde2a17dd88810f9958e3f90e1ca"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)