File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
class CoderCliNightly < 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.31.1 "
4
+ version "1.32.0 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.31.1 /coder-cli-darwin-amd64.zip"
8
- sha256 "e68681988bdd46edd85c03289e36f29189433537036e70b4c44477fd971a3e47 "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.32.0 /coder-cli-darwin-amd64.zip"
8
+ sha256 "9755ef9f48493475f0c01eb6dbe71e39f6cb35f2e603b0ad9e25395e8aaef9bb "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.31.1 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "169f2f0aafad816c8c76c95161e3c230184af52d0ae41006ce771e3a88637bf4 "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.32.0 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "b4618f7cc6b4e983fe2880ee1221340fe81cc0b019c4fdcbf78f636f8bdb1913 "
12
12
end
13
13
14
14
def install
Original file line number Diff line number Diff line change 1
1
class CoderCli < Formula
2
2
desc "Command-line tool for the Coder remote development platform"
3
3
homepage "https://github.com/cdr/coder-cli"
4
- version "1.31.1 "
4
+ version "1.32.0 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.31.1 /coder-cli-darwin-amd64.zip"
8
- sha256 "e68681988bdd46edd85c03289e36f29189433537036e70b4c44477fd971a3e47 "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.32.0 /coder-cli-darwin-amd64.zip"
8
+ sha256 "9755ef9f48493475f0c01eb6dbe71e39f6cb35f2e603b0ad9e25395e8aaef9bb "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.31.1 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "169f2f0aafad816c8c76c95161e3c230184af52d0ae41006ce771e3a88637bf4 "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.32.0 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "b4618f7cc6b4e983fe2880ee1221340fe81cc0b019c4fdcbf78f636f8bdb1913 "
12
12
end
13
13
14
14
def install
You can’t perform that action at this time.
0 commit comments