Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc23404

Browse files
author
Coder CI
committed
chore: release 1.32.4
1 parent 26e0a16 commit fc23404

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

coder-cli-nightly.rb

Lines changed: 5 additions & 5 deletions
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.3"
4+
version "1.32.4"
55

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

1414
def install

coder-cli.rb

Lines changed: 5 additions & 5 deletions
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.3"
4+
version "1.32.4"
55

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

1414
def install

0 commit comments

Comments
 (0)