File tree 1 file changed +4
-4
lines changed
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.7.2 "
4
+ version "2.8.0 "
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 "fbaf45dc59949ca073e96b3842188a41828b15446d8aca2fdaeee83205882b96 "
9
+ sha256 "bffc912708cd1bbca3d0c3bf0afa2832241481c65b45c628150d20b3afb8723a "
10
10
else
11
11
url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12
- sha256 "af7eab5d530fb1b67223184c94263a454c4133912e0655a02d864bf4cc5f5be9 "
12
+ sha256 "0451b5c7c2a2df02e31cce2f3e1786aafdf7be104952856221226586bb8b4323 "
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 "7ae2038663ebec6c3fcf22a4e2060eafeb02d7236773bb8a67bfdf4bf3e75f5f "
16
+ sha256 "eb88bc7b5b6679f8d508ecb89d40be1324e1295c3ef8f098cd00c50050e09bf9 "
17
17
end
18
18
19
19
def install
You can’t perform that action at this time.
0 commit comments