From bb9a9117c0130c9ac59f2ada277079e0c57534ab Mon Sep 17 00:00:00 2001 From: Naacbin Date: Wed, 19 Jun 2024 00:14:57 +0200 Subject: [PATCH] Update hasher --- packages/hasher.vm/hasher.vm.nuspec | 2 +- packages/hasher.vm/tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hasher.vm/hasher.vm.nuspec b/packages/hasher.vm/hasher.vm.nuspec index aaf94cbb6..1bc1d00bf 100644 --- a/packages/hasher.vm/hasher.vm.nuspec +++ b/packages/hasher.vm/hasher.vm.nuspec @@ -2,7 +2,7 @@ hasher.vm - 2.0.0.20240411 + 2.1.0.20220618 Eric Zimmerman Hash all the things diff --git a/packages/hasher.vm/tools/chocolateyinstall.ps1 b/packages/hasher.vm/tools/chocolateyinstall.ps1 index 4f5ba94d1..f64a93b4c 100644 --- a/packages/hasher.vm/tools/chocolateyinstall.ps1 +++ b/packages/hasher.vm/tools/chocolateyinstall.ps1 @@ -5,6 +5,6 @@ $toolName = 'Hasher' $category = 'File Information' $zipUrl = 'https://f001.backblazeb2.com/file/EricZimmermanTools/hasher.zip' -$zipSha256 = '1693875e5f830e582dc01778cae34e50c1e28d472ced9fe1caeac89843b58cfa' +$zipSha256 = '14ee103793fae4f165adc5e0a9424ca75ea0a4dc2e823dcc2b7cdeb2ae94483c' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $false -innerFolder $true