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.28.2 "
4
+ version "1.28.0 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.28.2 /coder-cli-darwin-amd64.zip"
8
- sha256 "b0fbf3486d63892ffe718f12b6b418c49eecebdd34a9c713b53c1cf81385dd57 "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.28.0 /coder-cli-darwin-amd64.zip"
8
+ sha256 "92a3cfdc04f3fb2e8223b6d1e8daffd310ec71f7725a2774ea23fe5f9eaa0b27 "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.28.2 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "a3472dc7968affcbd9bf03fd14304eff365c0dad5d8ed732bd98744a2de880f6 "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.28.0 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "01172df70f9f43ebf4d8e0e810471bdbb6bcad96e75d1797224075ae9f813295 "
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.28.2 "
4
+ version "1.28.0 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.28.2 /coder-cli-darwin-amd64.zip"
8
- sha256 "b0fbf3486d63892ffe718f12b6b418c49eecebdd34a9c713b53c1cf81385dd57 "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.28.0 /coder-cli-darwin-amd64.zip"
8
+ sha256 "92a3cfdc04f3fb2e8223b6d1e8daffd310ec71f7725a2774ea23fe5f9eaa0b27 "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.28.2 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "a3472dc7968affcbd9bf03fd14304eff365c0dad5d8ed732bd98744a2de880f6 "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.28.0 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "01172df70f9f43ebf4d8e0e810471bdbb6bcad96e75d1797224075ae9f813295 "
12
12
end
13
13
14
14
def install
You can’t perform that action at this time.
0 commit comments