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 Mar 19, 2017
1 parent 7fc2be7 commit 87ef8ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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%20Setup.exe>
1. Download <https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%2052.0.1%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: BAF551F9F7DDD5FF43C39DB06FAFDEBA1A66832255F46AABB2BFE83C4C7C7B45
checksum: 49F840E5A0F78590FF03010BC86E0F18130D7094776366CC584616D9A5F5047C

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 Setup_x64.exe"
file = "$toolsDir\Waterfox 52.0.1 Setup_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion 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</version>
<version>52.0.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey,tonigellida,admiringworm</owners>
<title>Waterfox</title>
Expand Down

0 comments on commit 87ef8ba

Please sign in to comment.