Skip to content

Commit 9a5981a

Browse files
author
Coder CI
committed
chore: release 1.29.5
1 parent b770524 commit 9a5981a

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.30.2"
4+
version "1.29.5"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.30.2/coder-cli-darwin-amd64.zip"
8-
sha256 "738430961e4e5f3e5f1fc8a80f8a5901fbbbf75df7aa881dd02fbb8598364593"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.29.5/coder-cli-darwin-amd64.zip"
8+
sha256 "3925083b6bae8f527f6e691fea5be6c707a32f5cbaf4fe8602784908f1de1afc"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.30.2/coder-cli-linux-amd64.tar.gz"
11-
sha256 "893d5f80afcc1934ee72fe9c4f450173254f9eae3e6e53b56af83db107eb5864"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.29.5/coder-cli-linux-amd64.tar.gz"
11+
sha256 "78552b5ed3abed35b238b840ee347a44b1d6ae8528f015966bd01ac3080a19a3"
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.30.2"
4+
version "1.29.5"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.30.2/coder-cli-darwin-amd64.zip"
8-
sha256 "738430961e4e5f3e5f1fc8a80f8a5901fbbbf75df7aa881dd02fbb8598364593"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.29.5/coder-cli-darwin-amd64.zip"
8+
sha256 "3925083b6bae8f527f6e691fea5be6c707a32f5cbaf4fe8602784908f1de1afc"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.30.2/coder-cli-linux-amd64.tar.gz"
11-
sha256 "893d5f80afcc1934ee72fe9c4f450173254f9eae3e6e53b56af83db107eb5864"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.29.5/coder-cli-linux-amd64.tar.gz"
11+
sha256 "78552b5ed3abed35b238b840ee347a44b1d6ae8528f015966bd01ac3080a19a3"
1212
end
1313

1414
def install

0 commit comments

Comments
 (0)