Skip to content

chore: bump coder-cli to 1.17.2 #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 31, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: bump coder-cli to 1.17.2
  • Loading branch information
sreya committed Mar 31, 2021
commit 0402a895f0ba0f4c6bb7f5fe1905a93ad0dfd4d6
10 changes: 5 additions & 5 deletions coder-cli-nightly.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
class CoderCliNightly < Formula
desc "Command-line tool for the Coder remote development platform, nightly release channel"
homepage "https://github.com/cdr/coder-cli"
version "1.17.0-rc.1"
version "1.17.2"
bottle :unneeded

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

def install
Expand Down
8 changes: 4 additions & 4 deletions coder-cli.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
class CoderCli < Formula
desc "Command-line tool for the Coder remote development platform"
homepage "https://github.com/cdr/coder-cli"
version "1.17.0"
version "1.17.2"
bottle :unneeded

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

def install
Expand Down