From 1093710db4c007d33ccc08eae71ce1b3122a2ecc Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Fri, 27 Aug 2021 04:20:12 +1000 Subject: [PATCH 1/4] Update coder-cli.rb --- coder-cli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coder-cli.rb b/coder-cli.rb index 28a1adc..5d354d5 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.21.0" + version "1.22.0" bottle :unneeded if OS.mac? url "https://github.com/cdr/coder-cli/releases/download/v1.21.0/coder-cli-darwin-amd64.zip" - sha256 "357baf20341293d6f2e1bd8e7632d67de4eb2ca1e8bfa57efaa540d5713ccf7e" + sha256 "6eb8479316c68bc2e3e6a90c3ca1b06c0307299a051b70f6222926e34d527e02" else url "https://github.com/cdr/coder-cli/releases/download/v1.21.0/coder-cli-linux-amd64.tar.gz" - sha256 "324fa1b21bcf494d4662ab20d42611e70b604ed14085560e76226bab549bf373" + sha256 "e39f6162e2c10ccb135975e19972df804e0fca4a1684d336956fcaaa5866b15b" end def install From 6819efa76ff05c499131acd15c8575ceea152fb6 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Fri, 27 Aug 2021 04:20:31 +1000 Subject: [PATCH 2/4] Update coder-cli-nightly.rb --- coder-cli-nightly.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coder-cli-nightly.rb b/coder-cli-nightly.rb index 060d94c..12aeb80 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.21.0" + version "1.22.0" bottle :unneeded if OS.mac? url "https://github.com/cdr/coder-cli/releases/download/v1.21.0/coder-cli-darwin-amd64.zip" - sha256 "357baf20341293d6f2e1bd8e7632d67de4eb2ca1e8bfa57efaa540d5713ccf7e" + sha256 "6eb8479316c68bc2e3e6a90c3ca1b06c0307299a051b70f6222926e34d527e02" else url "https://github.com/cdr/coder-cli/releases/download/v1.21.0/coder-cli-linux-amd64.tar.gz" - sha256 "324fa1b21bcf494d4662ab20d42611e70b604ed14085560e76226bab549bf373" + sha256 "e39f6162e2c10ccb135975e19972df804e0fca4a1684d336956fcaaa5866b15b" end def install From 24d84f73faba1cd255345284d043388ff012d535 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Fri, 27 Aug 2021 04:21:43 +1000 Subject: [PATCH 3/4] Update coder-cli.rb --- coder-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coder-cli.rb b/coder-cli.rb index 5d354d5..153e197 100644 --- a/coder-cli.rb +++ b/coder-cli.rb @@ -5,10 +5,10 @@ class CoderCli < Formula bottle :unneeded if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.21.0/coder-cli-darwin-amd64.zip" + url "https://github.com/cdr/coder-cli/releases/download/v1.22.0/coder-cli-darwin-amd64.zip" sha256 "6eb8479316c68bc2e3e6a90c3ca1b06c0307299a051b70f6222926e34d527e02" else - url "https://github.com/cdr/coder-cli/releases/download/v1.21.0/coder-cli-linux-amd64.tar.gz" + url "https://github.com/cdr/coder-cli/releases/download/v1.22.0/coder-cli-linux-amd64.tar.gz" sha256 "e39f6162e2c10ccb135975e19972df804e0fca4a1684d336956fcaaa5866b15b" end From e0f36210e58aaf4e93cd4d7702725edce3178b3b Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Fri, 27 Aug 2021 04:21:59 +1000 Subject: [PATCH 4/4] Update coder-cli-nightly.rb --- coder-cli-nightly.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coder-cli-nightly.rb b/coder-cli-nightly.rb index 12aeb80..7b86413 100644 --- a/coder-cli-nightly.rb +++ b/coder-cli-nightly.rb @@ -5,10 +5,10 @@ class CoderCliNightly < Formula bottle :unneeded if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.21.0/coder-cli-darwin-amd64.zip" + url "https://github.com/cdr/coder-cli/releases/download/v1.22.0/coder-cli-darwin-amd64.zip" sha256 "6eb8479316c68bc2e3e6a90c3ca1b06c0307299a051b70f6222926e34d527e02" else - url "https://github.com/cdr/coder-cli/releases/download/v1.21.0/coder-cli-linux-amd64.tar.gz" + url "https://github.com/cdr/coder-cli/releases/download/v1.22.0/coder-cli-linux-amd64.tar.gz" sha256 "e39f6162e2c10ccb135975e19972df804e0fca4a1684d336956fcaaa5866b15b" end