File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
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.18.1 "
4
+ version "1.19.0 "
5
5
bottle :unneeded
6
6
7
7
if OS . mac?
8
- url "https://github.com/cdr/coder-cli/releases/download/v1.18.1 /coder-cli-darwin-amd64.zip"
9
- sha256 "ab682b4138a0f6f0dcf20fa7044e0f89ff54c9a861503e158288ddd87e8b4dbf "
8
+ url "https://github.com/cdr/coder-cli/releases/download/v1.19.0 /coder-cli-darwin-amd64.zip"
9
+ sha256 "a24ea0db0c16d1b1b1a91e38ccd1792092633214b3c5094de1b4d5829d14c893 "
10
10
else
11
- url "https://github.com/cdr/coder-cli/releases/download/v1.18.1 /coder-cli-linux-amd64.tar.gz"
12
- sha256 "04046d90fe9f0d3f549e17e67bec65913df70ee8766cc81174293bf53759e66d "
11
+ url "https://github.com/cdr/coder-cli/releases/download/v1.19.0 /coder-cli-linux-amd64.tar.gz"
12
+ sha256 "294302d9a76175d0c037000be10648f50c8bf8e51d2723a580642a61bc2abdc3 "
13
13
end
14
14
15
15
def install
You can’t perform that action at this time.
0 commit comments