diff --git a/packages/systeminformer.vm/systeminformer.vm.nuspec b/packages/systeminformer.vm/systeminformer.vm.nuspec index 7f86b4ce..17a25f3c 100644 --- a/packages/systeminformer.vm/systeminformer.vm.nuspec +++ b/packages/systeminformer.vm/systeminformer.vm.nuspec @@ -2,7 +2,7 @@ systeminformer.vm - 3.1.24290 + 3.1.24298 winsiderss A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. diff --git a/packages/systeminformer.vm/tools/chocolateyinstall.ps1 b/packages/systeminformer.vm/tools/chocolateyinstall.ps1 index a9959f8c..faf322f8 100644 --- a/packages/systeminformer.vm/tools/chocolateyinstall.ps1 +++ b/packages/systeminformer.vm/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'SystemInformer' $category = 'Utilities' -$zipUrl = 'https://github.com/winsiderss/si-builds/releases/download/3.1.24290/systeminformer-3.1.24290-release-bin.zip' -$zipSha256 = '584e320e931dc008f429c6ed22cef5c0d805494fbfddfef81c366622ad410096' +$zipUrl = 'https://github.com/winsiderss/si-builds/releases/download/3.1.24298/systeminformer-3.1.24298-release-bin.zip' +$zipSha256 = '1e648c16ff9129eb74439c4e3621b72c7b48a9fc1d1c400b478e6cf3dfdf7a70' $executableName = "amd64\$toolName.exe" VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -executableName $executableName -consoleApp $false