|
1 | 1 | classCoder <Formula
|
2 | 2 | desc"Provisions remote development environments via Terraform"
|
3 | 3 | homepage"https://github.com/coder/coder"
|
4 |
| -version"2.12.3" |
| 4 | +version"2.13.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"e2ae92cfe660b8cc739cfbb07f4229f8a5930ca3cf67f20276f96d54b9908a71" |
| 9 | +sha256"67d40bd176a91f6dbb04e276c348b6c315f066f1d96527f86a8549d4f94e4921" |
10 | 10 | else
|
11 | 11 | url"https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
|
12 |
| -sha256"ccafc8fc3e4de6170532b07179b680e564919a5d1168aad25f5148ffe6125f12" |
| 12 | +sha256"24a16795ae295dd1a4c950c7bc03accdaddbdee7a9c0182cc0118d8a6f7495a5" |
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"720d97af8c995d5165d3cd5f198ced0dadf94e76906264bfb8ca9cd73e540267" |
| 16 | +sha256"dccda1e251e755e148cc24dd65c469f8b4f82b1aff55e6d33b1a576a90f65a81" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | definstall
|
|