diff --git a/automatic/itunes/info b/automatic/itunes/info index 0f442930e60..2f6659f1207 100644 --- a/automatic/itunes/info +++ b/automatic/itunes/info @@ -1 +1 @@ -"2739625d06f019e3b47a147ddecdaba2"|12.9.3.3 \ No newline at end of file +"f29cddbf784b89234b47818d4cfbed86"|12.9.4.102 \ No newline at end of file diff --git a/automatic/itunes/itunes.nuspec b/automatic/itunes/itunes.nuspec index c96f1be2254..9576ca3f3fb 100644 --- a/automatic/itunes/itunes.nuspec +++ b/automatic/itunes/itunes.nuspec @@ -3,7 +3,7 @@ iTunes - 12.9.3.3 + 12.9.4.102 https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/itunes chocolatey iTunes diff --git a/automatic/itunes/tools/chocolateyInstall.ps1 b/automatic/itunes/tools/chocolateyInstall.ps1 index e45f7d182cb..d6dfd726bbe 100644 --- a/automatic/itunes/tools/chocolateyInstall.ps1 +++ b/automatic/itunes/tools/chocolateyInstall.ps1 @@ -1,16 +1,16 @@ $ErrorActionPreference = 'Stop'; -$version = '12.9.3.3' +$version = '12.9.4.102' $packageArgs = @{ packageName = 'iTunes' fileType = 'msi' - url = 'https://secure-appldnld.apple.com/itunes12/041-31290-20190124-BBE902D6-D788-11E8-B555-8E91F34A5CAA/iTunesSetup.exe' - url64bit = 'https://secure-appldnld.apple.com/itunes12/041-31291-20190124-BBE902D6-D788-11E8-B555-8E91F34A5CAA/iTunes64Setup.exe' + url = 'https://secure-appldnld.apple.com/itunes12/041-44314-20190325-EF43BF3A-4E71-11E9-ACE6-794824A43337/iTunesSetup.exe' + url64bit = 'https://secure-appldnld.apple.com/itunes12/041-44313-20190325-EF444F04-4E71-11E9-8702-7A4824A43337/iTunes64Setup.exe' softwareName = 'iTunes' - checksum = '26E775D83DBC9DB0D522EA487EB93F1E2A298924FA869B40C6129FE14582DF6B' + checksum = '9D4B498A2DB1C71AE2118AC8E3C84848C766823288994A68FC363D96D97D87E1' checksumType = 'sha256' - checksum64 = '265cc69f9e05ce167f62c1735af302d50ca5291080244d496da7a8414df7ba2d' + checksum64 = '5022bda75d937f2c0b2d39e90d649bbe1460e4e5667c1d6d550ef1beceba0f12' checksumType64 = 'sha256' silentArgs = "/qn /norestart" validExitCodes = @(0, 2010, 1641) diff --git a/automatic/python/python.json b/automatic/python/python.json index f86085a2ff1..87e6a55f021 100644 --- a/automatic/python/python.json +++ b/automatic/python/python.json @@ -6,6 +6,6 @@ "3.4": "3.4.4.20180111", "3.5": "3.5.4", "3.6": "3.6.8", - "3.7": "3.7.2", + "3.7": "3.7.3", "3.8": "3.8.0-a2" } diff --git a/automatic/python/python.nuspec b/automatic/python/python.nuspec index 93fd31a94d5..eb909234d1b 100644 --- a/automatic/python/python.nuspec +++ b/automatic/python/python.nuspec @@ -3,7 +3,7 @@ python - 3.8.0-a2 + 3.7.3 Python chocolatey Python Software Foundation @@ -24,7 +24,7 @@ Python is a programming language that lets you work more quickly and integrate y https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/python https://www.python.org/downloads/source - + https://www.python.org/download/releases/3.4.0/license diff --git a/automatic/python3/legal/VERIFICATION.txt b/automatic/python3/legal/VERIFICATION.txt index 98d343d57cc..d1166e02fef 100644 --- a/automatic/python3/legal/VERIFICATION.txt +++ b/automatic/python3/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://www.python.org/ftp/python/3.8.0/python-3.8.0a2.exe - x64: https://www.python.org/ftp/python/3.8.0/python-3.8.0a2-amd64.exe + x32: https://www.python.org/ftp/python/3.7.3/python-3.7.3.exe + x64: https://www.python.org/ftp/python/3.7.3/python-3.7.3-amd64.exe to download the installer. @@ -16,8 +16,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 013A7DDD317679FE51223DE627688CFCB2F0F1128FD25A987F846AEB476D3FEF - checksum64: 560BC6D1A76BCD6D544AC650709F3892956890753CDCF9CE67E3D7302D76FB41 + checksum32: 1856F8BD2DFB1BBD1C0C7ACCA60D274AD9FDFE19240E949A310665DBFFF4D736 + checksum64: 996B030930F5D81BEFA3E2452AA5B1630133837446F190C3768B28C63FD7F193 File 'license.txt' is obtained from: https://www.python.org/download/releases/3.4.0/license/ diff --git a/automatic/python3/python3.json b/automatic/python3/python3.json index ba081011131..9c272e761bb 100644 --- a/automatic/python3/python3.json +++ b/automatic/python3/python3.json @@ -6,6 +6,6 @@ "3.4": "3.4.4.20180111", "3.5": "3.5.4", "3.6": "3.6.8-rc1", - "3.7": "3.7.2-rc1", + "3.7": "3.7.3", "3.8": "3.8.0-a2" } diff --git a/automatic/python3/python3.nuspec b/automatic/python3/python3.nuspec index af1fe0de1cc..2c5a2fe8866 100644 --- a/automatic/python3/python3.nuspec +++ b/automatic/python3/python3.nuspec @@ -3,7 +3,7 @@ python3 - 3.8.0-a2 + 3.7.3 Python 3.x chocolatey Python Software Foundation diff --git a/automatic/python3/tools/chocolateyInstall.ps1 b/automatic/python3/tools/chocolateyInstall.ps1 index d5d152b707e..1d69bd9bb24 100644 --- a/automatic/python3/tools/chocolateyInstall.ps1 +++ b/automatic/python3/tools/chocolateyInstall.ps1 @@ -13,8 +13,8 @@ if ( $pp.InstallDir ) { $packageArgs = @{ packageName = 'python3' fileType = 'exe' - file = "$toolsPath\python-3.8.0a2.exe" - file64 = "$toolsPath\python-3.8.0a2-amd64.exe" + file = "$toolsPath\python-3.7.3.exe" + file64 = "$toolsPath\python-3.7.3-amd64.exe" silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir validExitCodes = @(0) softwareName = 'Python*'