From 9c2532414f22abedcffba08aa34ec1b74e99b114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 5 Feb 2021 13:05:58 +0100 Subject: [PATCH] vt-cli: Update to version 0.9.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 85d32d2535..737bc97cec 100644 --- a/bucket/vt-cli.json +++ b/bucket/vt-cli.json @@ -1,16 +1,16 @@ { - "version": "0.8.0", + "version": "0.9.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.8.0/Windows64.zip", - "hash": "1f364e50494b230caba8e95eedd8f5a05242e2a14812fa7a2078bdf0ddea2cc1" + "url": "https://github.com/VirusTotal/vt-cli/releases/download/0.9.0/Windows64.zip", + "hash": "8339b1dc9992b68d729705b8c1b098ea3fdf54e4a3da70d5069d143a53db68ef" }, "32bit": { - "url": "https://github.com/VirusTotal/vt-cli/releases/download/0.8.0/Windows32.zip", - "hash": "dd87d500d563e50b2f113da3161ade07d72f5107ef317ca9ff52eb8141c8c0f5" + "url": "https://github.com/VirusTotal/vt-cli/releases/download/0.9.0/Windows32.zip", + "hash": "6c68dc29c9691243558dcf2644ee728827412d7c3058cead1c74be3af6c7dc7b" } }, "bin": "vt.exe",