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 Oct 8, 2019
1 parent a9b67ac commit c08495e
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 @@
"d3db0990bd52bc0cfbff1f4c77117c59"|12.10.0.7
"063d6aec4828133e4ab36d5492fbbf53"|12.10.1.4
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.10.0.7</version>
<version>12.10.1.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/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.10.0.7'
$version = '12.10.1.4'

$packageArgs = @{
packageName = 'iTunes'
fileType = 'msi'
url = 'https://secure-appldnld.apple.com/itunes12/061-00119-20190909-68198A32-D33F-11E9-B2F6-6093B44B725A/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/061-00117-20190909-68198B5E-D33F-11E9-B2F6-6193B44B725A/iTunes64Setup.exe'
url = 'http://updates-http.cdn-apple.com/2019/windows/061-27906-20191004-E74901A4-E6F7-11E9-979F-9DA916B72188/iTunesSetup.exe'
url64bit = 'http://updates-http.cdn-apple.com/2019/windows/061-27904-20191004-E748B8A2-E6F7-11E9-8931-E55C44AC54BE/iTunes64Setup.exe'
softwareName = 'iTunes'
checksum = 'B4B856E43566EF19A1924BE7B986C0C2B3D6201EE0AA29701D34DF60BEE94653'
checksum = 'C550F65F67E399ABB6AB794242885FFDA69F71342B4530023DA5A9F81B4AB6AA'
checksumType = 'sha256'
checksum64 = '05ce8332c5eef37239e9805311cdaa5ce095d77799b1930d78c3c3d5175c0927'
checksum64 = '253d2fd290d2cbd7d12ded916ed4af9d62bdce807ad85cca131b4875c057c373'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit c08495e

Please sign in to comment.