|
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.29.2" |
| 4 | +version"1.30.0" |
5 | 5 |
|
6 | 6 | ifOS.mac?
|
7 |
| -url"https://github.com/cdr/coder-cli/releases/download/v1.29.2/coder-cli-darwin-amd64.zip" |
8 |
| -sha256"1215692df4444386abf0ef7258b495abbd5b70b480bc97724cd8808c3e568314" |
| 7 | +url"https://github.com/cdr/coder-cli/releases/download/v1.30.0/coder-cli-darwin-amd64.zip" |
| 8 | +sha256"0782a775bc6c7ac9df9a58ddb466eedcf5fa05593eabde72251591dc1ac5c8f1" |
9 | 9 | else
|
10 |
| -url"https://github.com/cdr/coder-cli/releases/download/v1.29.2/coder-cli-linux-amd64.tar.gz" |
11 |
| -sha256"a9251da9aae7d3cc5a2a5928c6797dffb5bdda50151cc03d267db1a2b83c36f4" |
| 10 | +url"https://github.com/cdr/coder-cli/releases/download/v1.30.0/coder-cli-linux-amd64.tar.gz" |
| 11 | +sha256"ac5c8d624007c8206cc9aea9d485327f2fe1b7b685168e7b962a55100c084255" |
12 | 12 | end
|
13 | 13 |
|
14 | 14 | definstall
|
|