|
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.35.2" |
| 4 | +version"1.36.0" |
5 | 5 |
|
6 | 6 | ifOS.mac?
|
7 |
| -url"https://github.com/cdr/coder-cli/releases/download/v1.35.2/coder-cli-darwin-amd64.zip" |
8 |
| -sha256"98b81063b5e2c74134b54befb9c79340401f879871e8583e3258d8a83e041ebf" |
| 7 | +url"https://github.com/cdr/coder-cli/releases/download/v1.36.0/coder-cli-darwin-amd64.zip" |
| 8 | +sha256"99d394ddb21c1af4b58d6c025a36d42a442bde2bb9ec915ee8d5b457b0d669db" |
9 | 9 | else
|
10 |
| -url"https://github.com/cdr/coder-cli/releases/download/v1.35.2/coder-cli-linux-amd64.tar.gz" |
11 |
| -sha256"acf6de5f22f0d8e1a9ca9079fc13f94d02a157e26888cb95697556bc2105b618" |
| 10 | +url"https://github.com/cdr/coder-cli/releases/download/v1.36.0/coder-cli-linux-amd64.tar.gz" |
| 11 | +sha256"43c1125fd8018b2ca4835e82cc4475614e1c1f41d0722ccc5553c93815616738" |
12 | 12 | end
|
13 | 13 |
|
14 | 14 | definstall
|
|