|
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.32.2" |
| 4 | +version"1.33.0" |
5 | 5 |
|
6 | 6 | ifOS.mac?
|
7 |
| -url"https://github.com/cdr/coder-cli/releases/download/v1.32.2/coder-cli-darwin-amd64.zip" |
8 |
| -sha256"23cf0daea7af10701d969fd0b6e1d19b9a228335a8dcc13b6701f8bc94b7b99a" |
| 7 | +url"https://github.com/cdr/coder-cli/releases/download/v1.33.0/coder-cli-darwin-amd64.zip" |
| 8 | +sha256"483e7363c44e1f81331c3631100f8f562a276534919aff937b8dbe6d29657814" |
9 | 9 | else
|
10 |
| -url"https://github.com/cdr/coder-cli/releases/download/v1.32.2/coder-cli-linux-amd64.tar.gz" |
11 |
| -sha256"3a9464884e007fb423768b0b90daa050c2fa7de1122c9ba72f3cc8ca5bf91865" |
| 10 | +url"https://github.com/cdr/coder-cli/releases/download/v1.33.0/coder-cli-linux-amd64.tar.gz" |
| 11 | +sha256"de068821b284a0b491fc5b1b349425256f1a0b85d6362c599555a508e3dba9ad" |
12 | 12 | end
|
13 | 13 |
|
14 | 14 | definstall
|
|