diff --git a/packages/lecmd.vm/lecmd.vm.nuspec b/packages/lecmd.vm/lecmd.vm.nuspec index 26a6dbaf4..6a332ce43 100644 --- a/packages/lecmd.vm/lecmd.vm.nuspec +++ b/packages/lecmd.vm/lecmd.vm.nuspec @@ -2,7 +2,7 @@ lecmd.vm - 1.5.0.20240411 + 1.5.0.20240618 Eric Zimmerman Parse lnk files diff --git a/packages/lecmd.vm/tools/chocolateyinstall.ps1 b/packages/lecmd.vm/tools/chocolateyinstall.ps1 index 92be4e0b5..1ed676176 100644 --- a/packages/lecmd.vm/tools/chocolateyinstall.ps1 +++ b/packages/lecmd.vm/tools/chocolateyinstall.ps1 @@ -5,6 +5,6 @@ $toolName = 'LECmd' $category = 'Forensic' $zipUrl = 'https://f001.backblazeb2.com/file/EricZimmermanTools/net6/LECmd.zip' -$zipSha256 = '103bd3f0209c26598718c81585edbd624c4679a3e58ed369ade325e33fb7022a' +$zipSha256 = '545f6eb250fa44c1d0c8f0abe361e283c3f22194f32dbae8e913265cefb05677' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false