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.20.0 "
4
+ version "2.20.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 "a6f15910bad79356dfe677db0ec918ddba520afdb62ecd0b7a8d750e0bbf75f2 "
9
+ sha256 "5bd657cd301d7321bb27a81b3fbd52d489f235fbfc62bc1294d2c2b7c85fc152 "
10
10
else
11
11
url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12
- sha256 "4d541840ea898fd8274ede47695563cabeec04f0f79803e9cb9bcdc3d449edd7 "
12
+ sha256 "a27d2481bdf5d4b78c39f3ed179f78ed1a2f6b9bc2add36b811e10bef2e0c069 "
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 "564d90864e1e35ff40930cdad1036e01cfe587606d534b1de90492d88232668e "
16
+ sha256 "414210b9a9541dbd18522d8973237566639fe143bac13deb039ded973aba58a2 "
17
17
end
18
18
19
19
def install
You can’t perform that action at this time.
0 commit comments