|
1 | 1 | classCoder <Formula
|
2 | 2 | desc"Provisions remote development environments via Terraform"
|
3 | 3 | homepage"https://github.com/coder/coder"
|
4 |
| -version"2.21.0" |
| 4 | +version"2.20.3" |
5 | 5 |
|
6 | 6 | ifOS.mac?
|
7 | 7 | ifHardware::CPU.arm?
|
8 | 8 | url"https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_arm64.zip"
|
9 |
| -sha256"36e38365de0bd7a6997173e8afcf84e8c95b375ea2f152e08a61d7da1eb48584" |
| 9 | +sha256"bfa79f278d5acb17bf61a68cda0d0a3a8f839388dffb16de2ee2e3e28d3dbca6" |
10 | 10 | else
|
11 | 11 | url"https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
|
12 |
| -sha256"62046b7a24eee5107457ef01092c5e2d8cb433a39ae15689af1d567cdda22a16" |
| 12 | +sha256"dd3fd2ce371f89abb99387e2c73df78d00d8423f9b996c61ea5ced63e4be04a8" |
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"092651d2f648f44c8ab8e5f3bb16364c4941ac563ae74711eeb776b2447fbf7b" |
| 16 | +sha256"facff1a2237b2d820c654f27d294f7671e9ce3cb7e5986d62001bbdc3d4c90d1" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | definstall
|
|