From 52ad4603e4326f76190a745b0bd9b6fc3e2b7d31 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Wed, 19 Jan 2022 18:42:28 -0800 Subject: [PATCH 1/2] release 1.27.0 --- coder-cli-nightly.rb | 8 ++++---- coder-cli.rb | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/coder-cli-nightly.rb b/coder-cli-nightly.rb index 29dba2e..93e7460 100644 --- a/coder-cli-nightly.rb +++ b/coder-cli-nightly.rb @@ -4,11 +4,11 @@ class CoderCliNightly < Formula version "1.26.0" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.26.0/coder-cli-darwin-amd64.zip" - sha256 "beeb48513e9583d70b4f5003f19d0595b05e53b96f8188e2f3afc028ae5a3a44" + url "https://github.com/cdr/coder-cli/releases/download/v1.27.0/coder-cli-darwin-amd64.zip" + sha256 "13a17e97de04c4207920b1830e2aea9e8f8f0a4f0a8362c91fc35d5d218246e8" else - url "https://github.com/cdr/coder-cli/releases/download/v1.26.0/coder-cli-linux-amd64.tar.gz" - sha256 "76d3bd5906a2142ae0666fc50bd0e8d0677212623432bf4832423de71ff2dfcd" + url "https://github.com/cdr/coder-cli/releases/download/v1.27.0/coder-cli-linux-amd64.tar.gz" + sha256 "1c79598e5dd29f0ba724a77d482389dfa629825905254ab31d7fc349bbd8076b" end def install diff --git a/coder-cli.rb b/coder-cli.rb index bd1344f..aa7edfa 100644 --- a/coder-cli.rb +++ b/coder-cli.rb @@ -1,14 +1,14 @@ class CoderCli < Formula desc "Command-line tool for the Coder remote development platform" homepage "https://github.com/cdr/coder-cli" - version "1.26.0" + version "1.27.0" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.26.0/coder-cli-darwin-amd64.zip" - sha256 "beeb48513e9583d70b4f5003f19d0595b05e53b96f8188e2f3afc028ae5a3a44" + url "https://github.com/cdr/coder-cli/releases/download/v1.27.0/coder-cli-darwin-amd64.zip" + sha256 "13a17e97de04c4207920b1830e2aea9e8f8f0a4f0a8362c91fc35d5d218246e8" else - url "https://github.com/cdr/coder-cli/releases/download/v1.26.0/coder-cli-linux-amd64.tar.gz" - sha256 "76d3bd5906a2142ae0666fc50bd0e8d0677212623432bf4832423de71ff2dfcd" + url "https://github.com/cdr/coder-cli/releases/download/v1.27.0/coder-cli-linux-amd64.tar.gz" + sha256 "1c79598e5dd29f0ba724a77d482389dfa629825905254ab31d7fc349bbd8076b" end def install From 01b8337ec1df983162034640a861a4953cf83602 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Thu, 20 Jan 2022 23:29:30 +1000 Subject: [PATCH 2/2] Update coder-cli-nightly.rb --- coder-cli-nightly.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coder-cli-nightly.rb b/coder-cli-nightly.rb index 93e7460..ef8c221 100644 --- a/coder-cli-nightly.rb +++ b/coder-cli-nightly.rb @@ -1,7 +1,7 @@ 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.26.0" + version "1.27.0" if OS.mac? url "https://github.com/cdr/coder-cli/releases/download/v1.27.0/coder-cli-darwin-amd64.zip"