From 0402a895f0ba0f4c6bb7f5fe1905a93ad0dfd4d6 Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Wed, 31 Mar 2021 02:12:08 +0000 Subject: [PATCH 1/2] chore: bump coder-cli to 1.17.2 --- coder-cli-nightly.rb | 10 +++++----- coder-cli.rb | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/coder-cli-nightly.rb b/coder-cli-nightly.rb index 553a229..59323a1 100644 --- a/coder-cli-nightly.rb +++ b/coder-cli-nightly.rb @@ -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 diff --git a/coder-cli.rb b/coder-cli.rb index b9f6f24..45a530b 100644 --- a/coder-cli.rb +++ b/coder-cli.rb @@ -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 From 00a5a583c7f860a2b679c20d4855cfacfbd1666c Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Wed, 31 Mar 2021 02:14:01 +0000 Subject: [PATCH 2/2] fixup! chore: bump coder-cli to 1.17.2 --- coder-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coder-cli.rb b/coder-cli.rb index 45a530b..2b90793 100644 --- a/coder-cli.rb +++ b/coder-cli.rb @@ -8,7 +8,7 @@ class CoderCli < Formula 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" + url "https://github.com/cdr/coder-cli/releases/download/v1.17.2/coder-cli-linux-amd64.tar.gz" sha256 "40a390d532e5889212b6a2477f0f1da9ebc93b1d092842c57b7a6c32d582b1e8" end