From 94b1643a75bf6c42da32010aab91243fbfc6b0d2 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Fri, 22 Oct 2021 16:25:17 +1000 Subject: [PATCH 1/2] Release 1.24 --- coder-cli.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/coder-cli.rb b/coder-cli.rb index 47bd4e0..8c74b3e 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.23.0" + version "1.24.0" bottle :unneeded if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.23.0/coder-cli-darwin-amd64.zip" - sha256 "ff25c8fe376a316fbf6db32ac39c45faa9b8c9b5d77292715de00dacbe665002" + url "https://github.com/cdr/coder-cli/releases/download/v1.24.0/coder-cli-darwin-amd64.zip" + sha256 "90b4c473932ed0442e6d6e9a27514b01d5f34018453bebcaf0547ca6cf276a3d" else - url "https://github.com/cdr/coder-cli/releases/download/v1.23.0/coder-cli-linux-amd64.tar.gz" - sha256 "00d9df7d275aa1e027ebe8cbb267eb4df1ad33d761b1f9ac1f9fb1a79604ee4c" + url "https://github.com/cdr/coder-cli/releases/download/v1.24.0/coder-cli-linux-amd64.tar.gz" + sha256 "b36654d3936af0e3fb3d2d21ddbed95eb4e09703951129fe8e53ee0db89dfdea" end def install From 5fc4c384946cefbb83fedf3d91bbac2327d12375 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Fri, 22 Oct 2021 16:25:44 +1000 Subject: [PATCH 2/2] Update coder-cli-nightly.rb --- coder-cli-nightly.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/coder-cli-nightly.rb b/coder-cli-nightly.rb index 4f61b1d..1baf25d 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.23.0" + version "1.24.0" bottle :unneeded if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.23.0/coder-cli-darwin-amd64.zip" - sha256 "ff25c8fe376a316fbf6db32ac39c45faa9b8c9b5d77292715de00dacbe665002" + url "https://github.com/cdr/coder-cli/releases/download/v1.24.0/coder-cli-darwin-amd64.zip" + sha256 "90b4c473932ed0442e6d6e9a27514b01d5f34018453bebcaf0547ca6cf276a3d" else - url "https://github.com/cdr/coder-cli/releases/download/v1.23.0/coder-cli-linux-amd64.tar.gz" - sha256 "00d9df7d275aa1e027ebe8cbb267eb4df1ad33d761b1f9ac1f9fb1a79604ee4c" + url "https://github.com/cdr/coder-cli/releases/download/v1.24.0/coder-cli-linux-amd64.tar.gz" + sha256 "b36654d3936af0e3fb3d2d21ddbed95eb4e09703951129fe8e53ee0db89dfdea" end def install