Skip to content

Commit d98b4b7

Browse files
cdrciCoder CI
and
Coder CI
authored
coder 2.13.0 (#146)
This automatic PR was triggered by the release of Coder v2.13.0 Co-authored-by: Coder CI <[email protected]>
1 parent d559d30 commit d98b4b7

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.12.3"
4+
version "2.13.0"
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 "e2ae92cfe660b8cc739cfbb07f4229f8a5930ca3cf67f20276f96d54b9908a71"
9+
sha256 "67d40bd176a91f6dbb04e276c348b6c315f066f1d96527f86a8549d4f94e4921"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "ccafc8fc3e4de6170532b07179b680e564919a5d1168aad25f5148ffe6125f12"
12+
sha256 "24a16795ae295dd1a4c950c7bc03accdaddbdee7a9c0182cc0118d8a6f7495a5"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "720d97af8c995d5165d3cd5f198ced0dadf94e76906264bfb8ca9cd73e540267"
16+
sha256 "dccda1e251e755e148cc24dd65c469f8b4f82b1aff55e6d33b1a576a90f65a81"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)