Skip to content

Commit 0515719

Browse files
author
Coder CI
committed
coder 2.26.5
1 parent e5b63ec commit 0515719

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.28.3"
4+
version "2.26.5"
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 "5f439fef5967cfc76504d4d2ab686d6fe69de6cac88b0698e531520a153664db"
9+
sha256 "82ad34dcc241a2b6de62d222ec698bc21b6e00ed31c1c6f9bfc91e223aeb08bf"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "019e007d3fd91d34a81e521055a615dc2e1807cdd02fc177c7b4304f78f1df04"
12+
sha256 "443b0533203d1aaae9c25e3c0008cb545b576202063e95f02c7c2efe2853ecdb"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "55fdd7e0d666ff86fb5c7b592476d95083f214d9286a1494c952c50030f7e4dd"
16+
sha256 "8e387e9c22211f1201d677119a8151f8672a84a76f365c7fa2883c63f18c0223"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)