File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed 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.14.2+cli.1 "
4+ version "1.15.0 "
55 bottle :unneeded
66
77 if OS . mac?
8- url "https://github.com/cdr/coder-cli/releases/download/v1.14.2%2Bcli.1 /coder-cli-darwin-amd64.zip"
9- sha256 "f92a067dea9f1ae5c219406ddb01aca65e68d6087ac84594729726134ffe6d62 "
8+ url "https://github.com/cdr/coder-cli/releases/download/v1.15.0 /coder-cli-darwin-amd64.zip"
9+ sha256 "b3f2ac2f34818dbabc2789dc8b558c612bfc2da8afe62d2c7f197ff32ae8e9cf "
1010 else
11- url "https://github.com/cdr/coder-cli/releases/download/v1.14.2%2Bcli.1 /coder-cli-linux-amd64.tar.gz"
12- sha256 "038ebbb4e338c2b308857691a1e6119a2419b68abfa9f95f9787db886703e0bc "
11+ url "https://github.com/cdr/coder-cli/releases/download/v1.15.0 /coder-cli-linux-amd64.tar.gz"
12+ sha256 "79db911672dd52426deafeea1b2360beaaeec5e5f6bb3fe1574c1ed9798655f5 "
1313 end
1414
1515 def install
You can’t perform that action at this time.
0 commit comments