Skip to content

Commit f3be841

Browse files
author
Coder CI
committed
coder 2.26.3
1 parent 59264c6 commit f3be841

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.27.1"
4+
version "2.26.3"
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 "50339a1be713d17eadd945f837b5a582893d3312cb0d30d9f5e63d4cc37a893f"
9+
sha256 "9fe8d4a1cab531a0d17b5e2089b780fae8cba0671209d290e7cc2285c4e67652"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "38f2fb15bd265211811237633ce4e1dd6e925aa381ec9bd5a2c7edffa2b44a8b"
12+
sha256 "3c33d4de4d416a8e626cb171dd98db875c6cc52a4959438e1ee45bbb03266038"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "064502e83f5075ec23fa7428f0e8bc062264add4a7b9de1b1470db5c2b612aa4"
16+
sha256 "0aa5777c2c774ed30b163ce8d18effbe90205f238b001885caa4bc379a40eb17"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)