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.34.0 "
4
+ version "1.30.5 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.34.0 /coder-cli-darwin-amd64.zip"
8
- sha256 "0f3f3a4366687a1d56bffe4403882a3cc83f8f0042b802ee6bb9167ac700aca1 "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.30.5 /coder-cli-darwin-amd64.zip"
8
+ sha256 "18acdccfbb37cd6c3675903a0594eaa056636cbab6ac2821b5c45ef43a16475d "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.34.0 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "f3b7bb292d1c6a8478b8167ebc4eded91c43c444996acec337b8c6a11e912ce9 "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.30.5 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "773b3f7ac77f59bc59c1938389baeedc577ebdb2f3ad7c0c0d7344459fcffac5 "
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.34.0 "
4
+ version "1.30.5 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.34.0 /coder-cli-darwin-amd64.zip"
8
- sha256 "0f3f3a4366687a1d56bffe4403882a3cc83f8f0042b802ee6bb9167ac700aca1 "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.30.5 /coder-cli-darwin-amd64.zip"
8
+ sha256 "18acdccfbb37cd6c3675903a0594eaa056636cbab6ac2821b5c45ef43a16475d "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.34.0 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "f3b7bb292d1c6a8478b8167ebc4eded91c43c444996acec337b8c6a11e912ce9 "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.30.5 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "773b3f7ac77f59bc59c1938389baeedc577ebdb2f3ad7c0c0d7344459fcffac5 "
12
12
end
13
13
14
14
def install
You can’t perform that action at this time.
0 commit comments