|
1 | 1 | classCoder <Formula
|
2 | 2 | desc"Provisions remote development environments via Terraform"
|
3 | 3 | homepage"https://github.com/coder/coder"
|
4 |
| -version"2.13.2" |
| 4 | +version"2.13.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"fd88f2f19595349ea734a40ce6c0a56ec0df64cde592d27bc180ef856d89651a" |
| 9 | +sha256"8f0fcaacf8dfe157bf5f80ccd0e0b6a543ccbd8fadcaacb125fac5f533f087b2" |
10 | 10 | else
|
11 | 11 | url"https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
|
12 |
| -sha256"05b16cbd68c6f7988ec969e5c6002ac08f87517c99b0386b44a1cb7edade6764" |
| 12 | +sha256"1b3428d76cb8afdf250cee340436f7acbe8c5b14ae7c72604a7573448126f1ed" |
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"fd19796326cf1ab86df660494d3cb19ffdb8e61274f35cedb871aace3d330b8c" |
| 16 | +sha256"6addb8fb1a29fd1bca9fb4a98b6c8abb217735cd36ff6537d880930e5d2d23c2" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | definstall
|
|