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.28.2 "
4+ version "1.29.0 "
55
66 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.29.0 /coder-cli-darwin-amd64.zip"
8+ sha256 "3fd36422fcba1bc9a24d4a5ee59a55f0306c824571b3facc23796bb8064f3e92 "
99 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.29.0 /coder-cli-linux-amd64.tar.gz"
11+ sha256 "82332075200a7aa4b8921a0f9384a416c2eb462aa568e59ae7ef344b03e3569a "
1212 end
1313
1414 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.28.2 "
4+ version "1.29.0 "
55
66 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.29.0 /coder-cli-darwin-amd64.zip"
8+ sha256 "3fd36422fcba1bc9a24d4a5ee59a55f0306c824571b3facc23796bb8064f3e92 "
99 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.29.0 /coder-cli-linux-amd64.tar.gz"
11+ sha256 "82332075200a7aa4b8921a0f9384a416c2eb462aa568e59ae7ef344b03e3569a "
1212 end
1313
1414 def install
You can’t perform that action at this time.
0 commit comments