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.23.4 "
4
+ version "2.24.2 "
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 "1f930b9d1a240b959bdc5ae8b69aee9c6fa4c74ab04fcfcebba49c3bb37687e1 "
9
+ sha256 "ec2250123ed50374b06997a29a783a04f0edc35e0b5edefed44ec7c55b3c9183 "
10
10
else
11
11
url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12
- sha256 "d3ba525e6fbe6bd556727738020ad1ece69a0f0da48b65ccb6bf0f664596d95c "
12
+ sha256 "d3e9faf4158a2202855024335b800c456e1075141c6642b92288aee1de11be71 "
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 "b69536ebedcdadf3945a077859abf57e14ccb44ae1d825eddcdafc05321475b7 "
16
+ sha256 "025ddbbc8b129d4d2f74d0246649e93ffaf12483fa50650878867a930f384ae3 "
17
17
end
18
18
19
19
def install
You can’t perform that action at this time.
0 commit comments