Skip to content

Commit 1a31d8d

Browse files
cdrciCoder CI
and
Coder CI
authored
coder 2.23.0 (#256)
This automatic PR was triggered by the release of Coder v2.23.0 Co-authored-by: Coder CI <[email protected]>
1 parent 9a3c2d8 commit 1a31d8d

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.22.1"
4+
version "2.23.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 "cbfddc039226957108061d73d000ec0adbcad84ed7e9444f0b59a2599a5e20c6"
9+
sha256 "6868a8d1f86fc9c6a97b6bcf62b0219e28ab7526e34b36d9b5f14876197580d9"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "ae788ee7fe77078ed0e653ad3f79c022640d76268779435be43d5a065568133d"
12+
sha256 "0080b9001d2b69ee4248355e25adaeaebc61fb87815135fc7e139261ce1f5f9f"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "26bd2fbf489bf053e6e10882957c89f1e5b217ed1b75c9f504798e6f905e18aa"
16+
sha256 "ff4672d1c1e871a851acb462ffe2cadbdea03f975910d82e7225fe87d07228c1"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)