Skip to content

Commit

Permalink
Update systeminformer.vm to 3.1.7741
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-packages committed Jun 7, 2024
1 parent 94b4995 commit 7aae0e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/systeminformer.vm/systeminformer.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>systeminformer.vm</id>
<version>3.0.7645.20240606</version>
<version>3.1.7741</version>
<authors>winsiderss</authors>
<description>A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/systeminformer.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Import-Module vm.common -Force -DisableNameChecking
$toolName = 'SystemInformer'
$category = 'Utilities'

$zipUrl = 'https://github.com/winsiderss/si-builds/releases/download/3.0.7645/systeminformer-3.0.7645-release-bin.zip'
$zipSha256 = '8f41ecea8c2ca9c21b1585994c9d267e0939b9a31803f59d823eb02197876509'
$zipUrl = 'https://github.com/winsiderss/si-builds/releases/download/3.1.7741/systeminformer-3.1.7741-release-bin.zip'
$zipSha256 = '7c007c1f81d93b80b5ebf263da107e017e0b117007cce86e92b9c070dc9e84ee'
$executableName = "amd64\$toolName.exe"

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -executableName $executableName -consoleApp $false

0 comments on commit 7aae0e8

Please sign in to comment.