Skip to content

Commit

Permalink
AU: 1 updated - iTunes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 13, 2018
1 parent 501b0c7 commit 7a1e7e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/itunes/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"c77504a47f8ecab99864b527036ab7a3"|12.7.4.80
"2508358daac730251149965f96bc4585"|12.9.0.167
2 changes: 1 addition & 1 deletion automatic/itunes/itunes.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>iTunes</id>
<version>12.7.4.20180409</version>
<version>12.9.0.167</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
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop';

$version = '12.7.4'
$version = '12.9.0.167'

$packageArgs = @{
packageName = 'iTunes'
fileType = 'msi'
url = 'https://secure-appldnld.apple.com/itunes12/091-76320-20180329-6D5B23D2-32F7-11E8-993D-9ABAB071F5CF/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/091-76333-20180329-6D5B026C-32F7-11E8-A675-99BAB071F5CF/iTunes64Setup.exe'
url = 'https://secure-appldnld.apple.com/itunes12/041-02279-20180912-24D8EE3A-AC7A-11E8-BE19-C36F1B1141A5/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/041-02280-20180912-24D8CF68-AC7A-11E8-8B51-C26F1B1141A5/iTunes64Setup.exe'
softwareName = 'iTunes'
checksum = 'CDD726CF9EC8E4A08E2CED4CCCE0B0B78F269F90B3DE476241560B1933FAE78E'
checksum = '8DA31513D276AB82F3F9FDFEB28CE2ED127A648BE02AE7AEEF7470044766F480'
checksumType = 'sha256'
checksum64 = 'F4B923ABBB515D87F1D7B363C8D66E108001E0B914BDAE90DFCF9453E874891A'
checksum64 = 'e366b102f8b57958cd14457dbf3762322da6d86a044fc8e6d2a66e6d605347be'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit 7a1e7e6

Please sign in to comment.