From a8a3b3e7f0957efdfdb6044e136b0ee2272cef58 Mon Sep 17 00:00:00 2001 From: Coder CI Date: Mon, 26 Jun 2023 19:41:12 +0000 Subject: [PATCH] chore: release 1.43.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 d941069..5474e23 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.43.0" + version "1.43.1" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.43.0/coder-cli-darwin-amd64.zip" - sha256 "0fd665c5073ea50ff9e9e3b3ee0ef607b3055d3e5942cb2ddf31e8f2fa9a8cdd" + url "https://github.com/cdr/coder-cli/releases/download/v1.43.1/coder-cli-darwin-amd64.zip" + sha256 "0861bfc89e8625ea11707633f4762cfed6422372199c838ad6d13cf13de11d30" else - url "https://github.com/cdr/coder-cli/releases/download/v1.43.0/coder-cli-linux-amd64.tar.gz" - sha256 "1373ce4a474565c2dd87e0c0474c823a2ba48bc03a0b15392e5a8ec138306f75" + url "https://github.com/cdr/coder-cli/releases/download/v1.43.1/coder-cli-linux-amd64.tar.gz" + sha256 "a13fac9a0ad4fc3a5fa79dfc95bdb191c2745d9b155fdf7845834ea48109aa99" end def install diff --git a/coder-cli.rb b/coder-cli.rb index 478ab10..4acd6c9 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.43.0" + version "1.43.1" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.43.0/coder-cli-darwin-amd64.zip" - sha256 "0fd665c5073ea50ff9e9e3b3ee0ef607b3055d3e5942cb2ddf31e8f2fa9a8cdd" + url "https://github.com/cdr/coder-cli/releases/download/v1.43.1/coder-cli-darwin-amd64.zip" + sha256 "0861bfc89e8625ea11707633f4762cfed6422372199c838ad6d13cf13de11d30" else - url "https://github.com/cdr/coder-cli/releases/download/v1.43.0/coder-cli-linux-amd64.tar.gz" - sha256 "1373ce4a474565c2dd87e0c0474c823a2ba48bc03a0b15392e5a8ec138306f75" + url "https://github.com/cdr/coder-cli/releases/download/v1.43.1/coder-cli-linux-amd64.tar.gz" + sha256 "a13fac9a0ad4fc3a5fa79dfc95bdb191c2745d9b155fdf7845834ea48109aa99" end def install