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.29.0 "
4
+ version "1.29.1 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.29.0 /coder-cli-darwin-amd64.zip"
8
- sha256 "3fd36422fcba1bc9a24d4a5ee59a55f0306c824571b3facc23796bb8064f3e92 "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.29.1 /coder-cli-darwin-amd64.zip"
8
+ sha256 "339995a8b41634c7d0ec58c20e6add3f4304423dee5fd7dfdd175856f9839412 "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.29.0 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "82332075200a7aa4b8921a0f9384a416c2eb462aa568e59ae7ef344b03e3569a "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.29.1 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "fbb44c2c1f2887cc4c315bcb65f65fb78e859c96f155a32e426b11ae4d549ede "
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.29.0 "
4
+ version "1.29.1 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.29.0 /coder-cli-darwin-amd64.zip"
8
- sha256 "3fd36422fcba1bc9a24d4a5ee59a55f0306c824571b3facc23796bb8064f3e92 "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.29.1 /coder-cli-darwin-amd64.zip"
8
+ sha256 "339995a8b41634c7d0ec58c20e6add3f4304423dee5fd7dfdd175856f9839412 "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.29.0 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "82332075200a7aa4b8921a0f9384a416c2eb462aa568e59ae7ef344b03e3569a "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.29.1 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "fbb44c2c1f2887cc4c315bcb65f65fb78e859c96f155a32e426b11ae4d549ede "
12
12
end
13
13
14
14
def install
You can’t perform that action at this time.
0 commit comments