|
1 | 1 | classCoder <Formula
|
2 | 2 | desc"Provisions remote development environments via Terraform"
|
3 | 3 | homepage"https://github.com/coder/coder"
|
4 |
| -version"2.18.3" |
| 4 | +version"2.18.4" |
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"afe22a8973d4407ab54daeb43cd2d0faebd72728d75162a35dc272ba3b0086d9" |
| 9 | +sha256"7b98cff1581003c38813f86bf03090a9d1a3abbf758e0ce3d5bffb3c859deace" |
10 | 10 | else
|
11 | 11 | url"https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
|
12 |
| -sha256"a51f2481b21a90169785c9c2395f58f38af25fdb6b15ed98f0c7f1e1857636fb" |
| 12 | +sha256"882b14bdce442e09822fbc817df4ed87212c2399d393618d0990607b7c5af11f" |
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"7a142fbed122685c936561b506515b5f6971eee4c6ec6aec9d9e9cbf69b9ef36" |
| 16 | +sha256"a6cf6ffd30b6296aca0fdb3abb448c418394ce48c80169a63d7cfc05da4d8da8" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | definstall
|
|