From 84d266f8a2613c4a1c8ffdabc598510f4bad622d Mon Sep 17 00:00:00 2001 From: Trevor Sullivan Date: Wed, 30 Mar 2022 01:48:46 -0600 Subject: [PATCH] vultr: Add version 2.12.1 (#3394) * Create vultr.json * Update bucket/vultr.json Co-authored-by: tech189 Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: tech189 --- bucket/vultr.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/vultr.json diff --git a/bucket/vultr.json b/bucket/vultr.json new file mode 100644 index 0000000000..3ececae5ea --- /dev/null +++ b/bucket/vultr.json @@ -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" + } + } + } + } +}