Skip to content

Release 1.33.3 #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: release 1.33.3
  • Loading branch information
Coder CI committed Aug 22, 2022
commit 21c834b87a44ff3638529f1250b915f6465e0581
10 changes: 5 additions & 5 deletions coder-cli-nightly.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions coder-cli.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down