File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 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.36.0 "
4
+ version "1.35.3 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.36.0 /coder-cli-darwin-amd64.zip"
8
- sha256 "99d394ddb21c1af4b58d6c025a36d42a442bde2bb9ec915ee8d5b457b0d669db "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.35.3 /coder-cli-darwin-amd64.zip"
8
+ sha256 "2a02de35184fe745cffabb11c3083586bb216c01ed86796318c6af500386a89e "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.36.0 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "43c1125fd8018b2ca4835e82cc4475614e1c1f41d0722ccc5553c93815616738 "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.35.3 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "abdbddc9b03596d2834430772c1fd8b1f369768ead072c70c9e4b43ece85a1ec "
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.36.0 "
4
+ version "1.35.3 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.36.0 /coder-cli-darwin-amd64.zip"
8
- sha256 "99d394ddb21c1af4b58d6c025a36d42a442bde2bb9ec915ee8d5b457b0d669db "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.35.3 /coder-cli-darwin-amd64.zip"
8
+ sha256 "2a02de35184fe745cffabb11c3083586bb216c01ed86796318c6af500386a89e "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.36.0 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "43c1125fd8018b2ca4835e82cc4475614e1c1f41d0722ccc5553c93815616738 "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.35.3 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "abdbddc9b03596d2834430772c1fd8b1f369768ead072c70c9e4b43ece85a1ec "
12
12
end
13
13
14
14
def install
You can’t perform that action at this time.
0 commit comments