Skip to content

Commit

Permalink
AU: 1 updated - sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 14, 2023
1 parent 5b6ceac commit d080770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2023.11.9</version>
<version>2023.11.13</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = 'd833ecf3030b3b524dfde550c9c27369604a4117292baaa636d0f3417ae0d817'
checksum = '72f0e731416b1c4407a991e4257d830c316c86079524902528869c5fd1ad1d9c'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = '2898cb75788ab6e00f90e8a378278551104160506d7bac112d149b7ffcc38de2'
$packageArgs.checksum = '5700cd1473f5217eebdb1dc2122886f975c7e8e9e1634567be4770fd760e9565'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit d080770

Please sign in to comment.