Skip to content

Commit 26e0a16

Browse files
cdrciCoder CI
and
Coder CI
authored
chore: release 1.33.3 (#56)
Co-authored-by: Coder CI <ci@coder.com>
1 parent cd35cd7 commit 26e0a16

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

coder-cli-nightly.rb

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
class CoderCliNightly < Formula
22
desc "Command-line tool for the Coder remote development platform, nightly release channel"
33
homepage "https://github.com/cdr/coder-cli"
4-
version "1.33.2"
4+
version "1.33.3"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.33.2/coder-cli-darwin-amd64.zip"
8-
sha256 "89054d4c64e7ec066e34612a2e95660ceb29397a5b92e02e94f784268f95d391"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.33.3/coder-cli-darwin-amd64.zip"
8+
sha256 "23133f1cccd2a6ca6e683ed45a5d281ffbfc786c5bb8f799606c0cc251395ea8"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.33.2/coder-cli-linux-amd64.tar.gz"
11-
sha256 "490eea5fd2841fe101494841d8f2239328d6bc50fe857fcfa2dae902bd114837"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.33.3/coder-cli-linux-amd64.tar.gz"
11+
sha256 "676dd8c35b0da68ab57e903be509ee62feed65965dce6157bc7dcd5ee64953b4"
1212
end
1313

1414
def install

coder-cli.rb

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
class CoderCli < Formula
22
desc "Command-line tool for the Coder remote development platform"
33
homepage "https://github.com/cdr/coder-cli"
4-
version "1.33.2"
4+
version "1.33.3"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.33.2/coder-cli-darwin-amd64.zip"
8-
sha256 "89054d4c64e7ec066e34612a2e95660ceb29397a5b92e02e94f784268f95d391"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.33.3/coder-cli-darwin-amd64.zip"
8+
sha256 "23133f1cccd2a6ca6e683ed45a5d281ffbfc786c5bb8f799606c0cc251395ea8"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.33.2/coder-cli-linux-amd64.tar.gz"
11-
sha256 "490eea5fd2841fe101494841d8f2239328d6bc50fe857fcfa2dae902bd114837"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.33.3/coder-cli-linux-amd64.tar.gz"
11+
sha256 "676dd8c35b0da68ab57e903be509ee62feed65965dce6157bc7dcd5ee64953b4"
1212
end
1313

1414
def install

0 commit comments

Comments
 (0)