mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
* Create vultr.json * Update bucket/vultr.json Co-authored-by: tech189 <dlloyd189@gmail.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: tech189 <dlloyd189@gmail.com>
25 lines
878 B
JSON
25 lines
878 B
JSON
{
|
|
"version": "2.12.1",
|
|
"description": "The official Vultr CLI tool.",
|
|
"homepage": "https://github.com/vultr/vultr-cli/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/vultr/vultr-cli/releases/download/v2.12.1/vultr-cli_2.12.1_windows_64-bit.zip",
|
|
"hash": "688fa14d2e057379d90c49749bacc0faa967ec618a31f4448f1ed075537c83e4"
|
|
}
|
|
},
|
|
"bin": "vultr-cli.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/vultr/vultr-cli/releases/download/v$version/vultr-cli_$version_windows_64-bit.zip",
|
|
"hash": {
|
|
"url": "https://github.com/vultr/vultr-cli/releases/download/v$version/vultr-cli_v$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|