Skip to content

Commit

Permalink
AU: 2 updated - sysinternals waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 18, 2017
1 parent 9c9693d commit 3b2c5b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 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>2017.05.16</version>
<version>2017.5.16.20170518</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 = '97afd4053c69ad26163195250ac53670d39c9f59944c436303d2039a042432e8'
checksum = '8b9b00901b8a08026b6f3e1b99394f3e3e7c726d9ea70407a60b867d9eb6c9ae'
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 = '75ec02a227b1bc168ca3d749c7f104bcf6d828780e0889a50a74a77c40127527'
$packageArgs.checksum = 'f7c0dfd9cc917e698f6fec1008226f6f9675094b1ba488fb0d30368ed248841b'
}

$old_path = 'c:\sysinternals'
Expand Down
6 changes: 1 addition & 5 deletions automatic/waterfox/waterfox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>waterfox</id>
<version>53.0.1</version>
<version>53.0.1.20170518</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey,tonigellida,admiringworm</owners>
<title>Waterfox</title>
Expand Down Expand Up @@ -39,10 +39,6 @@ telemetry is sent back to Mozilla or the Waterfox project.
- Run every Add-On (even unsigned ones!)
- Windows XP 64-Bit Support
- More under the hood changes...

## Notes
- Uninstalling fails when running through choco, manual uninstall is needed.
The issue for this is tracked [here](https://github.com/chocolatey/choco/issues/1135)
</description>
<releaseNotes>https://www.waterfoxproject.org/blog/</releaseNotes>
<dependencies>
Expand Down

0 comments on commit 3b2c5b6

Please sign in to comment.