Skip to content

Commit ef5bb17

Browse files
cdrciCoder CI
and
Coder CI
authored
chore: release 1.33.1 (#52)
Co-authored-by: Coder CI <ci@coder.com>
1 parent 7904a90 commit ef5bb17

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.0"
4+
version "1.33.1"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.33.0/coder-cli-darwin-amd64.zip"
8-
sha256 "483e7363c44e1f81331c3631100f8f562a276534919aff937b8dbe6d29657814"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.33.1/coder-cli-darwin-amd64.zip"
8+
sha256 "251325e4201244176f15e20097410dc59a561c5eefbde0fee8d398c583cc0139"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.33.0/coder-cli-linux-amd64.tar.gz"
11-
sha256 "de068821b284a0b491fc5b1b349425256f1a0b85d6362c599555a508e3dba9ad"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.33.1/coder-cli-linux-amd64.tar.gz"
11+
sha256 "188a645510df5bef459b37fb9ba354ed6ff74189c755eb186e117136c48406a0"
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.0"
4+
version "1.33.1"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.33.0/coder-cli-darwin-amd64.zip"
8-
sha256 "483e7363c44e1f81331c3631100f8f562a276534919aff937b8dbe6d29657814"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.33.1/coder-cli-darwin-amd64.zip"
8+
sha256 "251325e4201244176f15e20097410dc59a561c5eefbde0fee8d398c583cc0139"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.33.0/coder-cli-linux-amd64.tar.gz"
11-
sha256 "de068821b284a0b491fc5b1b349425256f1a0b85d6362c599555a508e3dba9ad"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.33.1/coder-cli-linux-amd64.tar.gz"
11+
sha256 "188a645510df5bef459b37fb9ba354ed6ff74189c755eb186e117136c48406a0"
1212
end
1313

1414
def install

0 commit comments

Comments
 (0)