From 21c834b87a44ff3638529f1250b915f6465e0581 Mon Sep 17 00:00:00 2001 From: Coder CI Date: Mon, 22 Aug 2022 18:40:10 +0000 Subject: [PATCH] chore: release 1.33.3 --- 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 57c737c..f475c75 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.33.2" + version "1.33.3" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.33.2/coder-cli-darwin-amd64.zip" - sha256 "89054d4c64e7ec066e34612a2e95660ceb29397a5b92e02e94f784268f95d391" + url "https://github.com/cdr/coder-cli/releases/download/v1.33.3/coder-cli-darwin-amd64.zip" + sha256 "23133f1cccd2a6ca6e683ed45a5d281ffbfc786c5bb8f799606c0cc251395ea8" else - url "https://github.com/cdr/coder-cli/releases/download/v1.33.2/coder-cli-linux-amd64.tar.gz" - sha256 "490eea5fd2841fe101494841d8f2239328d6bc50fe857fcfa2dae902bd114837" + url "https://github.com/cdr/coder-cli/releases/download/v1.33.3/coder-cli-linux-amd64.tar.gz" + sha256 "676dd8c35b0da68ab57e903be509ee62feed65965dce6157bc7dcd5ee64953b4" end def install diff --git a/coder-cli.rb b/coder-cli.rb index bf3107d..ffa8086 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.33.2" + version "1.33.3" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.33.2/coder-cli-darwin-amd64.zip" - sha256 "89054d4c64e7ec066e34612a2e95660ceb29397a5b92e02e94f784268f95d391" + url "https://github.com/cdr/coder-cli/releases/download/v1.33.3/coder-cli-darwin-amd64.zip" + sha256 "23133f1cccd2a6ca6e683ed45a5d281ffbfc786c5bb8f799606c0cc251395ea8" else - url "https://github.com/cdr/coder-cli/releases/download/v1.33.2/coder-cli-linux-amd64.tar.gz" - sha256 "490eea5fd2841fe101494841d8f2239328d6bc50fe857fcfa2dae902bd114837" + url "https://github.com/cdr/coder-cli/releases/download/v1.33.3/coder-cli-linux-amd64.tar.gz" + sha256 "676dd8c35b0da68ab57e903be509ee62feed65965dce6157bc7dcd5ee64953b4" end def install