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 10, 2019
1 parent 0a15f88 commit aa2b2df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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>0.0</version>
<version>1.1.5.153</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 @@ -4,7 +4,7 @@ $arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.spotify.com/SpotifyFullSetup.exe'
url = 'https://download.scdn.co/SpotifyFullSetup.exe'
checksum = 'C4D64E5720CF895CA5A6DAADDCA8FE5E05CE9B86A24DF8F788F20FD7E38E6171E55D22344678847B003840192D7ED6C99C3661B30785BC140FF7D24899FBF0FF'
fileType = 'exe'
checksumType = 'sha512'
Expand Down

0 comments on commit aa2b2df

Please sign in to comment.