Skip to content

Commit cbaf6aa

Browse files
cdrciCoder CI
andauthored
coder 2.26.0 (#272)
This automatic PR was triggered by the release of Coder v2.26.0 Co-authored-by: Coder CI <ci@coder.com>
1 parent 4d1fe6c commit cbaf6aa

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.25.1"
4+
version "2.26.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 "6c453cd8e040f15e7a50543b200e42376b3215d8a1ca3c3c7cdcaeb8efc423cd"
9+
sha256 "162708de60d667af4b5d1c02a93fe5104df929bc0e2f297414a15911d7966096"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "a0b8434c2c3f8b7fbedb95d08091853db68c78d504317dcc4004dc5a4f98e8de"
12+
sha256 "61ffa58821620f4291ced046d2440bcbdcb5c05000d2caf4e65bea867ff9bb3b"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "2e087d312e19c146bce10e52013b34e41f1d54aaef44b2042d607663ba9d0bd9"
16+
sha256 "da675af800396d5a312093f3a10f5bd9b3f17e5a3a3c6458e36597e7212a12bb"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)