Skip to content

Commit 40131a6

Browse files
author
Coder CI
committed
coder 2.27.10
1 parent ae06e0d commit 40131a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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.29.1"
4+
version "2.27.10"
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 "02e345b6f9c6e344e8965fe19845de1ae57a65cc5fb95b944c5a9db532d7467f"
9+
sha256 "4324789aac68b755d2f840faacc482eacb170ca61d31ed77f5fc61c0dfa5b2f2"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "3b06690938c45734eee0cf637f4bceb93ba2ca7ebaa9173fa443bf0cb0fca6f8"
12+
sha256 "f10850c14d7fb2837a5419cdbd51b36b228f4c9755f97bb32b58e4aa5d5c100a"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "2f16000d1764888b2f1c168ccbe32d26e528f29e4c2c32832faa4cb476aaa24c"
16+
sha256 "3a13de8da7888436e9f9bcee266bc2469570801b41274ce3019145b2fc6b2715"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)