Skip to content

Commit

Permalink
AU: 2 updated - dropbox spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 28, 2018
1 parent 045db5d commit 2d3e1a7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>46.3.60-beta</version>
<version>46.3.63-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2046.3.60%20Offline%20Installer.exe'
checksum = '6cf0c7193dcc8d51613c091639aea31ddc2ca462f8c325676574eb348f3a452c'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2046.3.63%20Offline%20Installer.exe'
checksum = '2b3f557e7c246271dcea8cf4cce73cf444a7712128a333f2fb6a363cfffe6f82'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0b62712dec09247c1de59ad30a51592f-12"|1.0.73.345
"2d23bfda90cefee4a5bb04be56eba609-13"|1.0.75.483
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.73.345</version>
<version>1.0.75.483</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 = '75215730B7E774EDABF76D805066CF9645FB99D2749C8E5E84959F1795DD46A11F96B821E3DB96464D3E76AAEFB084A147C9780B5E004EFEF7EFF1C738071EC1'
checksum = 'F0B619FE9E308329C4083C8FE16605475B714EDF5623DE1A813F2075ABDCB20E2F8E477389EED788ECE8ED8A1155EC016EE0A2D2ACFAE9EB3C9496B13195AC21'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 2d3e1a7

Please sign in to comment.