Trevor Sullivan 84d266f8a2
vultr: Add version 2.12.1 (#3394)
* 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>
2022-03-30 13:18:46 +05:30

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"
}
}
}
}
}