Skip to content

Commit adecff6

Browse files
authored
chore: bump coder-cli to 1.17.2 (#16)
1 parent cf29b41 commit adecff6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

coder-cli-nightly.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
class CoderCliNightly < Formula
22
desc "Command-line tool for the Coder remote development platform, nightly release channel"
33
homepage "https://github.com/cdr/coder-cli"
4-
version "1.17.0-rc.1"
4+
version "1.17.2"
55
bottle :unneeded
66

77
if OS.mac?
8-
url "https://github.com/cdr/coder-cli/releases/download/v1.17.0-rc.1/coder-cli-darwin-amd64.zip"
9-
sha256 "efc6c6d7527c3f410c16402532daf0019035c5fb14d957134cdeb2904a29838f"
8+
url "https://github.com/cdr/coder-cli/releases/download/v1.17.2/coder-cli-darwin-amd64.zip"
9+
sha256 "e69d7ef1fdfac58f6592772e9cced574289a8747e885ee6d45137c0da707571d"
1010
else
11-
url "https://github.com/cdr/coder-cli/releases/download/v1.17.0-rc.1/coder-cli-linux-amd64.tar.gz"
12-
sha256 "e69ea0ead0ed0499f4b74a99849277887e545b9ff413708d708b5a67a6bbd72e"
11+
url "https://github.com/cdr/coder-cli/releases/download/v1.17.2/coder-cli-linux-amd64.tar.gz"
12+
sha256 "40a390d532e5889212b6a2477f0f1da9ebc93b1d092842c57b7a6c32d582b1e8"
1313
end
1414

1515
def install

coder-cli.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
class CoderCli < Formula
22
desc "Command-line tool for the Coder remote development platform"
33
homepage "https://github.com/cdr/coder-cli"
4-
version "1.17.0"
4+
version "1.17.2"
55
bottle :unneeded
66

77
if OS.mac?
8-
url "https://github.com/cdr/coder-cli/releases/download/v1.17.0/coder-cli-darwin-amd64.zip"
9-
sha256 "1639f99cf86982da71550000f7d7fcf5563492c92855602907b67484a5e1420a"
8+
url "https://github.com/cdr/coder-cli/releases/download/v1.17.2/coder-cli-darwin-amd64.zip"
9+
sha256 "e69d7ef1fdfac58f6592772e9cced574289a8747e885ee6d45137c0da707571d"
1010
else
11-
url "https://github.com/cdr/coder-cli/releases/download/v1.17.0/coder-cli-linux-amd64.tar.gz"
12-
sha256 "3cee0a07315cf642ea26a7a09d211048af5255d571427e95d5e07b69cd80b0cf"
11+
url "https://github.com/cdr/coder-cli/releases/download/v1.17.2/coder-cli-linux-amd64.tar.gz"
12+
sha256 "40a390d532e5889212b6a2477f0f1da9ebc93b1d092842c57b7a6c32d582b1e8"
1313
end
1414

1515
def install

0 commit comments

Comments
 (0)