Skip to content

Commit

Permalink
AU: 3 updated - dropbox iTunes spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 13, 2017
1 parent c86ffb3 commit c1aedcc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox_beta/dropbox_beta.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>34.3.19-beta</version>
<version>35.3.15-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey, Rob Reynolds</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/itunes/itunes.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>iTunes</id>
<version>12.6.2</version>
<version>12.7</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/itunes</packageSourceUrl>
<owners>chocolatey</owners>
<title>iTunes</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/itunes/tools/chocolateyInstall.ps1
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop';

$version = '12.6.2'
$version = '12.7'

$packageArgs = @{
packageName = 'iTunes'
fileType = 'msi'
url = 'https://secure-appldnld.apple.com/itunes12/091-22849-20170719-8AC5248C-6BB9-11E7-A52A-C7374A4DD6D5/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/091-22850-20170719-8AC53D14-6BB9-11E7-A878-C6374A4DD6D5/iTunes64Setup.exe'
url = 'https://secure-appldnld.apple.com/itunes12/031-97720-20170912-DE538806-97F5-11E7-A892-1394FCD6B433/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/031-97715-20170912-DE51D95C-97F5-11E7-8FE6-1494FCD6B433/iTunes64Setup.exe'
softwareName = 'iTunes'
checksum = '848cc7785784c6f25b78015c2e4c70ac17f231ce90fc66fa134752f78801feee'
checksum = '085f897859df345188d5f782e27711088822469db68a02585700ca02207a8383'
checksumType = 'sha256'
checksum64 = '1cacadb282960c3428af3122b66e7bb59cb7bf94b5f6764c4a0715f5635d134f'
checksum64 = '860bf23d7fd474e29bb3cb05433e85ac6702bc136ac17830965a3a02918cf087'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
validExitCodes = @(0, 2010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spotify</id>
<version>1.0.62.508</version>
<version>1.0.63.617</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
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.spotify.com/SpotifyFullSetup.exe'
checksum = 'B26C47B1F99292775598A09E9FD3F4AE8BA962DC89679DC0931D5CF839164A19'
checksum = '12ECC1A544E905615D442E08652E4A2FFDC984BC8644D93E021F388D0E5DC228'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/silent'
Expand Down

0 comments on commit c1aedcc

Please sign in to comment.