File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 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.39.1 "
4
+ version "1.40.0 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.39.1 /coder-cli-darwin-amd64.zip"
8
- sha256 "74cf000a932b932dd025bd3da52f382916d45c5b5a0b143ef05ab6db10dcba16 "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.40.0 /coder-cli-darwin-amd64.zip"
8
+ sha256 "68d3299325234382143ee4f1f614bd676ab01b4c8dd430cb38b3703f5d546057 "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.39.1 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "fc08fe979f0d57a6215f2c8397e3868c7bff2b159817c2d29f511b013f2ded1a "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.40.0 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "56782ca3af6c466c3ca9e8f6b9eec2a4b6e133bf7c225962c6845681f2500be9 "
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.39.1 "
4
+ version "1.40.0 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.39.1 /coder-cli-darwin-amd64.zip"
8
- sha256 "74cf000a932b932dd025bd3da52f382916d45c5b5a0b143ef05ab6db10dcba16 "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.40.0 /coder-cli-darwin-amd64.zip"
8
+ sha256 "68d3299325234382143ee4f1f614bd676ab01b4c8dd430cb38b3703f5d546057 "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.39.1 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "fc08fe979f0d57a6215f2c8397e3868c7bff2b159817c2d29f511b013f2ded1a "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.40.0 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "56782ca3af6c466c3ca9e8f6b9eec2a4b6e133bf7c225962c6845681f2500be9 "
12
12
end
13
13
14
14
def install
You can’t perform that action at this time.
0 commit comments