Skip to content

Commit

Permalink
AU: 1 updated - sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 19, 2019
1 parent a25fe8e commit 2efd8ec
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>2018.12.27</version>
<version>2019.2.19</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey, 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 = 'b14466c6bf3be216ea71610a3f455030e791cd5ad1b42a283886194205d176b0'
checksum = 'a510c31c2cc591a16f342e7cba5dc8409eaf08c9b56729cf132c95c69e196787'
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 = 'd549bdd411e16d69c57642afa7d2e750407b051dca2b6a79f1509969dbfe7720'
$packageArgs.checksum = '43a401c2bda820ec2524bf60ef57f568fbc59a1e46bc1865aea3ed653e78016a'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit 2efd8ec

Please sign in to comment.