|
1 | 1 | classCoderCliNightly <Formula
|
2 | 2 | desc"Command-line tool for the Coder remote development platform, nightly release channel"
|
3 | 3 | homepage"https://github.com/cdr/coder-cli"
|
4 |
| -version"1.33.1" |
| 4 | +version"1.33.2" |
5 | 5 |
|
6 | 6 | ifOS.mac?
|
7 |
| -url"https://github.com/cdr/coder-cli/releases/download/v1.33.1/coder-cli-darwin-amd64.zip" |
8 |
| -sha256"251325e4201244176f15e20097410dc59a561c5eefbde0fee8d398c583cc0139" |
| 7 | +url"https://github.com/cdr/coder-cli/releases/download/v1.33.2/coder-cli-darwin-amd64.zip" |
| 8 | +sha256"89054d4c64e7ec066e34612a2e95660ceb29397a5b92e02e94f784268f95d391" |
9 | 9 | else
|
10 |
| -url"https://github.com/cdr/coder-cli/releases/download/v1.33.1/coder-cli-linux-amd64.tar.gz" |
11 |
| -sha256"188a645510df5bef459b37fb9ba354ed6ff74189c755eb186e117136c48406a0" |
| 10 | +url"https://github.com/cdr/coder-cli/releases/download/v1.33.2/coder-cli-linux-amd64.tar.gz" |
| 11 | +sha256"490eea5fd2841fe101494841d8f2239328d6bc50fe857fcfa2dae902bd114837" |
12 | 12 | end
|
13 | 13 |
|
14 | 14 | definstall
|
|