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>
This commit is contained in:
Trevor Sullivan 2022-03-30 01:48:46 -06:00 committed by GitHub
parent 87d7a2e762
commit 84d266f8a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/vultr.json Normal file
View File

@ -0,0 +1,24 @@
{
"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"
}
}
}
}
}