From cff494a9ace4beb0aaefca86fd02bde86814723b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:28:57 +0000 Subject: [PATCH] vt-cli: Update to version 1.0.1 --- 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 77f4961e6f..0f9eace094 100644 --- a/bucket/vt-cli.json +++ b/bucket/vt-cli.json @@ -1,16 +1,16 @@ { - "version": "1.0.0", + "version": "1.0.1", "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/1.0.0/Windows64.zip", - "hash": "694273d1e34eb359ff966e71cfabed6f002d4c16614d20123dd53028d281d3b3" + "url": "https://github.com/VirusTotal/vt-cli/releases/download/1.0.1/Windows64.zip", + "hash": "dd08ed6653c2e22fa085e651e624a2554535dcfa1483b4f3610698f4295bb8c9" }, "32bit": { - "url": "https://github.com/VirusTotal/vt-cli/releases/download/1.0.0/Windows32.zip", - "hash": "4285e83f23b4ad90937a4e2fe94c2fd26f0d03f82af5aa9a2770928df9e25ae5" + "url": "https://github.com/VirusTotal/vt-cli/releases/download/1.0.1/Windows32.zip", + "hash": "45c2aeb98fae8664f2b25b8db8322e87de0578092581d6e941cfb2742e484368" } }, "bin": "vt.exe",