kodybrown / scoop-nirsoft

A Scoop bucket of useful NirSoft utilities
The Unlicense
137 stars 39 forks source link

volumouse@2.10: hash check failed #255

Open furyzenblade opened 5 months ago

furyzenblade commented 5 months ago

Installing 'volumouse' (2.10) [64bit] from 'nirsoft' bucket volumouse-x64.zip (68,7 KB) [=================================================================================] 100% Checking hash of volumouse-x64.zip ... ERROR Hash check failed! App: nirsoft/volumouse URL: https://www.nirsoft.net/utils/volumouse-x64.zip First bytes: 50 4B 03 04 14 00 02 00 Expected: e9dce5eff147c14de2b27018500ae5a34852d34d102e6fa65d2fdb7e61c554f3 Actual: a1589b344273e387515c311d48c1f432f9b12818be98cd8f50f8d11b7ed79767

kodybrown commented 5 months ago

This repo is no longer one of the "known" buckets for scoop. :-) Please run this:

PS> scoop bucket rm nirsoft
PS> scoop update
PS> scoop bucket add nirsoft

To make sure you're on the latest, you can run this and verify the output:

PS> scoop bucket list
Name       Source                                             Updated              Manifests
----       ------                                             -------              ---------
main       https://github.com/ScoopInstaller/Main             6/9/2024 6:30:58 AM       1327
nirsoft    https://github.com/ScoopInstaller/Nirsoft          6/7/2024 10:24:26 PM       283
furyzenblade commented 5 months ago

Thanks a lot for the reply, i‘ll give this a try ^^