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