File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
class CoderCliNightly < Formula
2
2
desc "Command-line tool for the Coder remote development platform, nightly release channel"
3
3
homepage "https://github.com/cdr/coder-cli"
4
- version "1.31.0 "
4
+ version "1.29.6 "
5
5
6
6
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.29.6 /coder-cli-darwin-amd64.zip"
8
+ sha256 "a05270ae4f84676aec0963b3286904094656f1bbd401d5c16f534214d4e339cd "
9
9
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.29.6 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "c0580c5d119f2f720c387b4a5ae6937d4f2ea648391cfa33b4eab68f39e62afa "
12
12
end
13
13
14
14
def install
Original file line number Diff line number Diff line change 1
1
class CoderCli < Formula
2
2
desc "Command-line tool for the Coder remote development platform"
3
3
homepage "https://github.com/cdr/coder-cli"
4
- version "1.31.0 "
4
+ version "1.29.6 "
5
5
6
6
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.29.6 /coder-cli-darwin-amd64.zip"
8
+ sha256 "a05270ae4f84676aec0963b3286904094656f1bbd401d5c16f534214d4e339cd "
9
9
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.29.6 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "c0580c5d119f2f720c387b4a5ae6937d4f2ea648391cfa33b4eab68f39e62afa "
12
12
end
13
13
14
14
def install
You can’t perform that action at this time.
0 commit comments