From 9fede3a2b91a0c56b2eb8ada43770f7a8cf2e5f1 Mon Sep 17 00:00:00 2001 From: helohe Date: Mon, 16 Mar 2020 03:14:50 +0100 Subject: [PATCH] vt-cli: Add version 0.7.0 (#871) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/vt-cli.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/vt-cli.json diff --git a/bucket/vt-cli.json b/bucket/vt-cli.json new file mode 100644 index 0000000000..5c4c208682 --- /dev/null +++ b/bucket/vt-cli.json @@ -0,0 +1,28 @@ +{ + "version": "0.7.0", + "description": "Tool for interacting with VirusTotal", + "homepage": "https://github.com/VirusTotal/vt-cli", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/VirusTotal/vt-cli/releases/download/0.7.0/Windows64.zip", + "hash": "2468803342f0e12853d2761d14aafe2e9ebc086cbf1c7f9cc334f430bb1c4167" + }, + "32bit": { + "url": "https://github.com/VirusTotal/vt-cli/releases/download/0.7.0/Windows32.zip", + "hash": "c453a6af6c86301facf7feeccc469dbc91901c17911f75e95197ce526650ce7b" + } + }, + "bin": "vt.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/VirusTotal/vt-cli/releases/download/$version/Windows64.zip" + }, + "32bit": { + "url": "https://github.com/VirusTotal/vt-cli/releases/download/$version/Windows32.zip" + } + } + } +}