From 1da032873f7f400c6e4000187d246f0ad9878233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 6 Apr 2021 05:08:00 +0200 Subject: [PATCH] vt-cli: Update to version 0.9.2 --- 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 6741e5be1e..b97445c4c9 100644 --- a/bucket/vt-cli.json +++ b/bucket/vt-cli.json @@ -1,16 +1,16 @@ { - "version": "0.9.1", + "version": "0.9.2", "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.9.1/Windows64.zip", - "hash": "340a5a81f56bab2e5abe86da693c0e36b88f4374d756a6d34aac39b4e54ea1ea" + "url": "https://github.com/VirusTotal/vt-cli/releases/download/0.9.2/Windows64.zip", + "hash": "034f32222968eb29cb79bda0ba59de4ff9d514c7b43cfc0561ad4cf9d0a22f81" }, "32bit": { - "url": "https://github.com/VirusTotal/vt-cli/releases/download/0.9.1/Windows32.zip", - "hash": "e0c358ec28b5c37fb4eba6e28acb090f934c6faac04341113c4d1bac13695ae2" + "url": "https://github.com/VirusTotal/vt-cli/releases/download/0.9.2/Windows32.zip", + "hash": "9ec5aae8608f3ac51958d03c741836205815b202b5561086e098cdcf8a524392" } }, "bin": "vt.exe",