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.17.2 "
4
+ version "1.17.4 "
5
5
bottle :unneeded
6
6
7
7
if OS . mac?
8
- url "https://github.com/cdr/coder-cli/releases/download/v1.17.2 /coder-cli-darwin-amd64.zip"
9
- sha256 "e69d7ef1fdfac58f6592772e9cced574289a8747e885ee6d45137c0da707571d "
8
+ url "https://github.com/cdr/coder-cli/releases/download/v1.17.4 /coder-cli-darwin-amd64.zip"
9
+ sha256 "d396747a310d5bd140d59c6080a38efbde5fa7fffb462062f3780dc7869a711a "
10
10
else
11
- url "https://github.com/cdr/coder-cli/releases/download/v1.17.2 /coder-cli-linux-amd64.tar.gz"
12
- sha256 "40a390d532e5889212b6a2477f0f1da9ebc93b1d092842c57b7a6c32d582b1e8 "
11
+ url "https://github.com/cdr/coder-cli/releases/download/v1.17.4 /coder-cli-linux-amd64.tar.gz"
12
+ sha256 "1b14d08a97a4d6d1d3c408bfd3c1866b72d61abca08a2d856e4d3f7bd0892bef "
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.17.2 "
4
+ version "1.17.4 "
5
5
bottle :unneeded
6
6
7
7
if OS . mac?
8
- url "https://github.com/cdr/coder-cli/releases/download/v1.17.2 /coder-cli-darwin-amd64.zip"
9
- sha256 "e69d7ef1fdfac58f6592772e9cced574289a8747e885ee6d45137c0da707571d "
8
+ url "https://github.com/cdr/coder-cli/releases/download/v1.17.4 /coder-cli-darwin-amd64.zip"
9
+ sha256 "d396747a310d5bd140d59c6080a38efbde5fa7fffb462062f3780dc7869a711a "
10
10
else
11
- url "https://github.com/cdr/coder-cli/releases/download/v1.17.2 /coder-cli-linux-amd64.tar.gz"
12
- sha256 "40a390d532e5889212b6a2477f0f1da9ebc93b1d092842c57b7a6c32d582b1e8 "
11
+ url "https://github.com/cdr/coder-cli/releases/download/v1.17.4 /coder-cli-linux-amd64.tar.gz"
12
+ sha256 "1b14d08a97a4d6d1d3c408bfd3c1866b72d61abca08a2d856e4d3f7bd0892bef "
13
13
end
14
14
15
15
def install
You can’t perform that action at this time.
0 commit comments