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 11class CoderCliNightly < Formula
22 desc "Command-line tool for the Coder remote development platform, nightly release channel"
33 homepage "https://github.com/cdr/coder-cli"
4- version "1.18.0 "
4+ version "1.18.1 "
55 bottle :unneeded
66
77 if OS . mac?
8- url "https://github.com/cdr/coder-cli/releases/download/v1.18.0 /coder-cli-darwin-amd64.zip"
9- sha256 "2238737433eb68355cc98f221d6a03bf68c8ba72b275010e20b4bdc26333e916 "
8+ url "https://github.com/cdr/coder-cli/releases/download/v1.18.1 /coder-cli-darwin-amd64.zip"
9+ sha256 "ab682b4138a0f6f0dcf20fa7044e0f89ff54c9a861503e158288ddd87e8b4dbf "
1010 else
11- url "https://github.com/cdr/coder-cli/releases/download/v1.18.0 /coder-cli-linux-amd64.tar.gz"
12- sha256 "681ba472793828cba6ae827a9493af24a0a6479b64e503d558283b5d5c214997 "
11+ url "https://github.com/cdr/coder-cli/releases/download/v1.18.1 /coder-cli-linux-amd64.tar.gz"
12+ sha256 "04046d90fe9f0d3f549e17e67bec65913df70ee8766cc81174293bf53759e66d "
1313 end
1414
1515 def install
Original file line number Diff line number Diff line change 11class CoderCli < Formula
22 desc "Command-line tool for the Coder remote development platform"
33 homepage "https://github.com/cdr/coder-cli"
4- version "1.18.0 "
4+ version "1.18.1 "
55 bottle :unneeded
66
77 if OS . mac?
8- url "https://github.com/cdr/coder-cli/releases/download/v1.18.0 /coder-cli-darwin-amd64.zip"
9- sha256 "2238737433eb68355cc98f221d6a03bf68c8ba72b275010e20b4bdc26333e916 "
8+ url "https://github.com/cdr/coder-cli/releases/download/v1.18.1 /coder-cli-darwin-amd64.zip"
9+ sha256 "ab682b4138a0f6f0dcf20fa7044e0f89ff54c9a861503e158288ddd87e8b4dbf "
1010 else
11- url "https://github.com/cdr/coder-cli/releases/download/v1.18.0 /coder-cli-linux-amd64.tar.gz"
12- sha256 "681ba472793828cba6ae827a9493af24a0a6479b64e503d558283b5d5c214997 "
11+ url "https://github.com/cdr/coder-cli/releases/download/v1.18.1 /coder-cli-linux-amd64.tar.gz"
12+ sha256 "04046d90fe9f0d3f549e17e67bec65913df70ee8766cc81174293bf53759e66d "
1313 end
1414
1515 def install
You can’t perform that action at this time.
0 commit comments