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.25 .0"
4
+ version "1.26 .0"
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.25 .0/coder-cli-darwin-amd64.zip"
8
- sha256 "8ae65247c807278f61f9a5559cef5e3236367fde5627a1769a1f28c7140eadaa "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.26 .0/coder-cli-darwin-amd64.zip"
8
+ sha256 "beeb48513e9583d70b4f5003f19d0595b05e53b96f8188e2f3afc028ae5a3a44 "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.25 .0/coder-cli-linux-amd64.tar.gz"
11
- sha256 "6281e2695158521c74bbfa860d8b4fa039e34f05c84a0111a9fb2f2a1e1d8ea1 "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.26 .0/coder-cli-linux-amd64.tar.gz"
11
+ sha256 "76d3bd5906a2142ae0666fc50bd0e8d0677212623432bf4832423de71ff2dfcd "
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.25 .0"
4
+ version "1.26 .0"
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.25 .0/coder-cli-darwin-amd64.zip"
8
- sha256 "8ae65247c807278f61f9a5559cef5e3236367fde5627a1769a1f28c7140eadaa "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.26 .0/coder-cli-darwin-amd64.zip"
8
+ sha256 "beeb48513e9583d70b4f5003f19d0595b05e53b96f8188e2f3afc028ae5a3a44 "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.25 .0/coder-cli-linux-amd64.tar.gz"
11
- sha256 "6281e2695158521c74bbfa860d8b4fa039e34f05c84a0111a9fb2f2a1e1d8ea1 "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.26 .0/coder-cli-linux-amd64.tar.gz"
11
+ sha256 "76d3bd5906a2142ae0666fc50bd0e8d0677212623432bf4832423de71ff2dfcd "
12
12
end
13
13
14
14
def install
You can’t perform that action at this time.
0 commit comments