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

Skip to content

Commit 3fcbab7

Browse files
author
Coder CI
committed
chore: release 1.30.3
1 parent 24e8b43 commit 3fcbab7

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.31.0"
4+
version "1.30.3"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.31.0/coder-cli-darwin-amd64.zip"
8-
sha256 "e1ecbdffbf5e3f75516be667a62833f2180106a56f93ec4c814d83b448719ca7"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.30.3/coder-cli-darwin-amd64.zip"
8+
sha256 "d88858086cb1d345e0eb53913176820864bbc5867c90dcf808d0b56cb539e4c8"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.31.0/coder-cli-linux-amd64.tar.gz"
11-
sha256 "03c699cba064546e553382e34b667ad292b6cfe2443c4115a9890ff7ebda48a9"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.30.3/coder-cli-linux-amd64.tar.gz"
11+
sha256 "f1db24483b2e1281d66b0409e46437ecf59ac3b8a916bf056da3c52225974184"
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.31.0"
4+
version "1.30.3"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.31.0/coder-cli-darwin-amd64.zip"
8-
sha256 "e1ecbdffbf5e3f75516be667a62833f2180106a56f93ec4c814d83b448719ca7"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.30.3/coder-cli-darwin-amd64.zip"
8+
sha256 "d88858086cb1d345e0eb53913176820864bbc5867c90dcf808d0b56cb539e4c8"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.31.0/coder-cli-linux-amd64.tar.gz"
11-
sha256 "03c699cba064546e553382e34b667ad292b6cfe2443c4115a9890ff7ebda48a9"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.30.3/coder-cli-linux-amd64.tar.gz"
11+
sha256 "f1db24483b2e1281d66b0409e46437ecf59ac3b8a916bf056da3c52225974184"
1212
end
1313

1414
def install

0 commit comments

Comments
 (0)