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.40.0 "
4+ version "1.41.1 "
55
66 if OS . mac?
7- url "https://github.com/cdr/coder-cli/releases/download/v1.40.0 /coder-cli-darwin-amd64.zip"
8- sha256 "68d3299325234382143ee4f1f614bd676ab01b4c8dd430cb38b3703f5d546057 "
7+ url "https://github.com/cdr/coder-cli/releases/download/v1.41.1 /coder-cli-darwin-amd64.zip"
8+ sha256 "ca6a18a8027357ac9fd22fdcca6af7bf2c0de56406b4f66fc82788e428e767ce "
99 else
10- url "https://github.com/cdr/coder-cli/releases/download/v1.40.0 /coder-cli-linux-amd64.tar.gz"
11- sha256 "56782ca3af6c466c3ca9e8f6b9eec2a4b6e133bf7c225962c6845681f2500be9 "
10+ url "https://github.com/cdr/coder-cli/releases/download/v1.41.1 /coder-cli-linux-amd64.tar.gz"
11+ sha256 "9a916a068bb4e5ad32f164ed9fc7159987dc01e4f6803552542418ffad958f92 "
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.40.0 "
4+ version "1.41.1 "
55
66 if OS . mac?
7- url "https://github.com/cdr/coder-cli/releases/download/v1.40.0 /coder-cli-darwin-amd64.zip"
8- sha256 "68d3299325234382143ee4f1f614bd676ab01b4c8dd430cb38b3703f5d546057 "
7+ url "https://github.com/cdr/coder-cli/releases/download/v1.41.1 /coder-cli-darwin-amd64.zip"
8+ sha256 "ca6a18a8027357ac9fd22fdcca6af7bf2c0de56406b4f66fc82788e428e767ce "
99 else
10- url "https://github.com/cdr/coder-cli/releases/download/v1.40.0 /coder-cli-linux-amd64.tar.gz"
11- sha256 "56782ca3af6c466c3ca9e8f6b9eec2a4b6e133bf7c225962c6845681f2500be9 "
10+ url "https://github.com/cdr/coder-cli/releases/download/v1.41.1 /coder-cli-linux-amd64.tar.gz"
11+ sha256 "9a916a068bb4e5ad32f164ed9fc7159987dc01e4f6803552542418ffad958f92 "
1212 end
1313
1414 def install
You can’t perform that action at this time.
0 commit comments