Skip to content

Commit

Permalink
AU: 1 updated - spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 28, 2019
1 parent 8935ea2 commit 898c25a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"435b8a355a7d9fb2809b6dd2b566a7fa-14"|1.1.7.13766
"db48693f9b165d68e3ad9f0ebe88e5dc"|1.1.7.1376601
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.1.7.13766</version>
<version>1.1.7.1376601</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifyFullSetup.exe'
checksum = '0FB923CED7932244E038A54861A03A2FE500274BFA6877375362BFFB636039B5A3F7042CB31B1B2A4EE71147C326B6EDD4240E1B6135A8CA335508E46B1954C8'
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = '752B01516AE1EEA7259ED47110154E825157A637019873E077A9A545901A2077C196B1773EB017713E044F862A3C0C73BD9BEB2B6F35CA2AFECF4F8993C1A38F'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 898c25a

Please sign in to comment.