File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
class Coder < Formula
2
2
desc "Provisions remote development environments via Terraform"
3
3
homepage "https://github.com/coder/coder"
4
- version "2.16.0 "
4
+ version "2.15.4 "
5
5
6
6
if OS . mac?
7
7
if Hardware ::CPU . arm?
8
8
url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_arm64.zip"
9
- sha256 "0bd366f1d5b7576e43ec9ff70013b9a0b18be307120ac017b50359001c15a56b "
9
+ sha256 "477ea2a093bd53534127853f431fbbe7c823b33508e0b5aeb4ec286a15a851bc "
10
10
else
11
11
url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12
- sha256 "05b6b2bf4d0d0c91940383382b21b85c25c889a4127f8252832e55bcb4959803 "
12
+ sha256 "2787144347cbaea40098d357609889101e8c1ef643a97a60add924464698339c "
13
13
end
14
14
else
15
15
url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _linux_amd64.tar.gz"
16
- sha256 "524f681a22d21c1088340cd083cf2d947c8cc3f3867dd982c36fcd5c9b39c1b4 "
16
+ sha256 "229eb36745a8aa3a815f51fe0dead1fac9356bb491d650b97e51b67acc2a312d "
17
17
end
18
18
19
19
def install
You can’t perform that action at this time.
0 commit comments