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 Jan 11, 2021
1 parent 74fe123 commit e24e59d
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>2020.11.25</version>
<version>2021.1.11</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 = '8c016173b23c3006ae3c427582266121f0e643d0b539cf13a2cb0a67ca60a4ba'
checksum = 'c220d270006ef3e9e7ad521be7880b438b0d5285655fb4e40eebc1d246851165'
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 = 'e933dc70dc8ba90b1cd3bd0f52b5019f8fdbeebe1c90870e143dc9948c67d178'
$packageArgs.checksum = 'e012276e1fe8da146c34eec218e265d8436daa72e638a6e24b016f99b4eec577'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit e24e59d

Please sign in to comment.