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.23 .0"
4+ version "1.24 .0"
55 bottle :unneeded
66
77 if OS . mac?
8- url "https://github.com/cdr/coder-cli/releases/download/v1.23 .0/coder-cli-darwin-amd64.zip"
9- sha256 "ff25c8fe376a316fbf6db32ac39c45faa9b8c9b5d77292715de00dacbe665002 "
8+ url "https://github.com/cdr/coder-cli/releases/download/v1.24 .0/coder-cli-darwin-amd64.zip"
9+ sha256 "90b4c473932ed0442e6d6e9a27514b01d5f34018453bebcaf0547ca6cf276a3d "
1010 else
11- url "https://github.com/cdr/coder-cli/releases/download/v1.23 .0/coder-cli-linux-amd64.tar.gz"
12- sha256 "00d9df7d275aa1e027ebe8cbb267eb4df1ad33d761b1f9ac1f9fb1a79604ee4c "
11+ url "https://github.com/cdr/coder-cli/releases/download/v1.24 .0/coder-cli-linux-amd64.tar.gz"
12+ sha256 "b36654d3936af0e3fb3d2d21ddbed95eb4e09703951129fe8e53ee0db89dfdea "
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.23 .0"
4+ version "1.24 .0"
55 bottle :unneeded
66
77 if OS . mac?
8- url "https://github.com/cdr/coder-cli/releases/download/v1.23 .0/coder-cli-darwin-amd64.zip"
9- sha256 "ff25c8fe376a316fbf6db32ac39c45faa9b8c9b5d77292715de00dacbe665002 "
8+ url "https://github.com/cdr/coder-cli/releases/download/v1.24 .0/coder-cli-darwin-amd64.zip"
9+ sha256 "90b4c473932ed0442e6d6e9a27514b01d5f34018453bebcaf0547ca6cf276a3d "
1010 else
11- url "https://github.com/cdr/coder-cli/releases/download/v1.23 .0/coder-cli-linux-amd64.tar.gz"
12- sha256 "00d9df7d275aa1e027ebe8cbb267eb4df1ad33d761b1f9ac1f9fb1a79604ee4c "
11+ url "https://github.com/cdr/coder-cli/releases/download/v1.24 .0/coder-cli-linux-amd64.tar.gz"
12+ sha256 "b36654d3936af0e3fb3d2d21ddbed95eb4e09703951129fe8e53ee0db89dfdea "
1313 end
1414
1515 def install
You can’t perform that action at this time.
0 commit comments