Skip to content

Commit

Permalink
AU: 1 updated - waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 25, 2017
1 parent 177a3b1 commit cbe8bea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://www.waterfoxproject.org/downloads>
and can be verified like this:

1. Download <https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%2052.0.2%20Setup-1.exe>
1. Download <https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%2053.0%20Setup.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: CBA3CD9E107FF526CA8005A1D63BB32AD5300746AD1D730F91952D5C02727335
checksum: 45EC31413CB08B1A4BBD0621E53974C74CDA5B5BB8889B0A0EB106DEB1648049

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/52d00fdbd7fb755c209a2fcf45eb857b2c0ec3de/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/waterfox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'waterfox'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox 52.0.2 Setup-1_x64.exe"
file = "$toolsDir\Waterfox 53.0 Setup_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
4 changes: 2 additions & 2 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>52.0.2</version>
<version>53.0</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 @@ -41,7 +41,7 @@ telemetry is sent back to Mozilla or the Waterfox project.
- More under the hood changes...

## Notes
- Uninstalling fails when running through choco, manual uninstall is needed.
- 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>
Expand Down

0 comments on commit cbe8bea

Please sign in to comment.