Skip to content

Commit

Permalink
AU: 2 updated - spotify waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 22, 2017
1 parent 701dea6 commit d180a06
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spotify</id>
<version>1.0.55.487</version>
<version>1.0.57.474</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.spotify.com/SpotifyFullSetup.exe'
checksum = 'E289B203B3D9982F3BC24F7D8F8C2725AF0DCDF2E58F4197639D745A041EC921'
checksum = '10DDDAE15061B10B9F4DA129529EE95A768B8E08D02366EFED39D92C2571F447'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/silent'
Expand Down
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%2054.0%20Setup.exe>
1. Download <https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%2054.0.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: 0D1C357AA2E56BDF1FDCCAE7C689AD0EDF6BD7A25DC1AF7E10835C84A41F5698
checksum: 4CF66F21FF39A46664000C2618A49D7BB1DE08247FB114B95C9570E9686FF580

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 54.0 Setup_x64.exe"
file = "$toolsDir\Waterfox 54.0.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>54.0</version>
<version>54.0.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 d180a06

Please sign in to comment.