|
1 | 1 | classCoder <Formula
|
2 | 2 | desc"Provisions remote development environments via Terraform"
|
3 | 3 | homepage"https://github.com/coder/coder"
|
4 |
| -version"2.4.0" |
| 4 | +version"2.5.0" |
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"d0d4d5c15f00fb17949502e03c175a347c95e0a67c3476f72aff0926f151c4cc" |
| 9 | +sha256"90f716d86048c4903dbd5737f236c2220414be6e5573d3ea69ee5ab983862b0a" |
10 | 10 | else
|
11 | 11 | url"https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
|
12 |
| -sha256"742a93854a87cca46e7ffb9dcf110ead681e9ad3fdb4480c53c2af09d10a3b2e" |
| 12 | +sha256"432fa9184c3da57a24caba130c4c79a79706a929897e268cd1aa5a3645837178" |
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"08e4d8d6877fd6212c96076727600eb186b43f8b478def2e3f599fd56d06ad3f" |
| 16 | +sha256"e2ce7ea29bd610feb172f2f31083b4d8026c4f9f019fa4bdbc1841360aa1f200" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | definstall
|
|