From e53c1ddf546cd4bee33d847abd3ac5f4081cfecd Mon Sep 17 00:00:00 2001 From: Coder CI Date: Fri, 14 Apr 2023 17:23:54 +0000 Subject: [PATCH] chore: release 1.41.1 --- coder-cli-nightly.rb | 10 +++++----- coder-cli.rb | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/coder-cli-nightly.rb b/coder-cli-nightly.rb index 21abf22..09d9f73 100644 --- a/coder-cli-nightly.rb +++ b/coder-cli-nightly.rb @@ -1,14 +1,14 @@ 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.40.0" + version "1.41.1" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.40.0/coder-cli-darwin-amd64.zip" - sha256 "68d3299325234382143ee4f1f614bd676ab01b4c8dd430cb38b3703f5d546057" + url "https://github.com/cdr/coder-cli/releases/download/v1.41.1/coder-cli-darwin-amd64.zip" + sha256 "ca6a18a8027357ac9fd22fdcca6af7bf2c0de56406b4f66fc82788e428e767ce" else - url "https://github.com/cdr/coder-cli/releases/download/v1.40.0/coder-cli-linux-amd64.tar.gz" - sha256 "56782ca3af6c466c3ca9e8f6b9eec2a4b6e133bf7c225962c6845681f2500be9" + url "https://github.com/cdr/coder-cli/releases/download/v1.41.1/coder-cli-linux-amd64.tar.gz" + sha256 "9a916a068bb4e5ad32f164ed9fc7159987dc01e4f6803552542418ffad958f92" end def install diff --git a/coder-cli.rb b/coder-cli.rb index 7975873..d36bb5d 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.40.0" + version "1.41.1" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.40.0/coder-cli-darwin-amd64.zip" - sha256 "68d3299325234382143ee4f1f614bd676ab01b4c8dd430cb38b3703f5d546057" + url "https://github.com/cdr/coder-cli/releases/download/v1.41.1/coder-cli-darwin-amd64.zip" + sha256 "ca6a18a8027357ac9fd22fdcca6af7bf2c0de56406b4f66fc82788e428e767ce" else - url "https://github.com/cdr/coder-cli/releases/download/v1.40.0/coder-cli-linux-amd64.tar.gz" - sha256 "56782ca3af6c466c3ca9e8f6b9eec2a4b6e133bf7c225962c6845681f2500be9" + url "https://github.com/cdr/coder-cli/releases/download/v1.41.1/coder-cli-linux-amd64.tar.gz" + sha256 "9a916a068bb4e5ad32f164ed9fc7159987dc01e4f6803552542418ffad958f92" end def install