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.16.0-rc.0 "
4
+ version "1.16.0"
5
5
bottle :unneeded
6
6
7
7
if OS . mac?
8
- url "https://github.com/cdr/coder-cli/releases/download/v1.16.0-rc.0 /coder-cli-darwin-amd64.zip"
9
- sha256 "283fbdbbd57ca75361ac89fb0300546483c326bb047e7cd96eb524c39241c5c5 "
8
+ url "https://github.com/cdr/coder-cli/releases/download/v1.16.0/coder-cli-darwin-amd64.zip"
9
+ sha256 "e2ae636f51245356992206c3e08f72fd6e937e1b17be804b82598a9dc2f0dee2 "
10
10
else
11
- url "https://github.com/cdr/coder-cli/releases/download/v1.16.0-rc.0 /coder-cli-linux-amd64.tar.gz"
12
- sha256 "7552b45f956c2a027c58beb0867d6df32d75291a0a5b6ad0c6bc9957306da989 "
11
+ url "https://github.com/cdr/coder-cli/releases/download/v1.16.0/coder-cli-linux-amd64.tar.gz"
12
+ sha256 "ae7c7af5c9dae2de2bfa24689c3d8afeecc95fa97eefc47ce7c324efeaabb724 "
13
13
end
14
14
15
15
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.15 .0"
4
+ version "1.16 .0"
5
5
bottle :unneeded
6
6
7
7
if OS . mac?
8
- url "https://github.com/cdr/coder-cli/releases/download/v1.15 .0/coder-cli-darwin-amd64.zip"
9
- sha256 "b3f2ac2f34818dbabc2789dc8b558c612bfc2da8afe62d2c7f197ff32ae8e9cf "
8
+ url "https://github.com/cdr/coder-cli/releases/download/v1.16 .0/coder-cli-darwin-amd64.zip"
9
+ sha256 "e2ae636f51245356992206c3e08f72fd6e937e1b17be804b82598a9dc2f0dee2 "
10
10
else
11
- url "https://github.com/cdr/coder-cli/releases/download/v1.15 .0/coder-cli-linux-amd64.tar.gz"
12
- sha256 "79db911672dd52426deafeea1b2360beaaeec5e5f6bb3fe1574c1ed9798655f5 "
11
+ url "https://github.com/cdr/coder-cli/releases/download/v1.16 .0/coder-cli-linux-amd64.tar.gz"
12
+ sha256 "ae7c7af5c9dae2de2bfa24689c3d8afeecc95fa97eefc47ce7c324efeaabb724 "
13
13
end
14
14
15
15
def install
You can’t perform that action at this time.
0 commit comments