From cbf37f387e1a949fa679e65028fd3ab806826087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 3 Jul 2020 00:05:20 +0200 Subject: [PATCH] vt-cli: Update to version 0.8.0 --- bucket/vt-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vt-cli.json b/bucket/vt-cli.json index 5c4c208682..85d32d2535 100644 --- a/bucket/vt-cli.json +++ b/bucket/vt-cli.json @@ -1,16 +1,16 @@ { - "version": "0.7.0", + "version": "0.8.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" + "url": "https://github.com/VirusTotal/vt-cli/releases/download/0.8.0/Windows64.zip", + "hash": "1f364e50494b230caba8e95eedd8f5a05242e2a14812fa7a2078bdf0ddea2cc1" }, "32bit": { - "url": "https://github.com/VirusTotal/vt-cli/releases/download/0.7.0/Windows32.zip", - "hash": "c453a6af6c86301facf7feeccc469dbc91901c17911f75e95197ce526650ce7b" + "url": "https://github.com/VirusTotal/vt-cli/releases/download/0.8.0/Windows32.zip", + "hash": "dd87d500d563e50b2f113da3161ade07d72f5107ef317ca9ff52eb8141c8c0f5" } }, "bin": "vt.exe",