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 Feb 7, 2024
1 parent 53cb6f2 commit f3c8e50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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>2024.2.6</version>
<version>2024.2.7</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
2 changes: 1 addition & 1 deletion 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 = '2cdc9e1aa319edb908e04432835cf51050e23fc0b330f78e25b8588afd6cebea'
checksum = 'c9a3b8aaeb55b8538d3d15991e4f430225c35b50a653184e325ae72ecd1c3860'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand Down

0 comments on commit f3c8e50

Please sign in to comment.