Skip to content

Commit

Permalink
AU: 3 updated - iTunes python python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 26, 2019
1 parent 09a3ead commit 01d5f54
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/itunes/info
@@ -1 +1 @@
"2739625d06f019e3b47a147ddecdaba2"|12.9.3.3
"f29cddbf784b89234b47818d4cfbed86"|12.9.4.102
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.9.3.3</version>
<version>12.9.4.102</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.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)
Expand Down
2 changes: 1 addition & 1 deletion automatic/python/python.json
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions automatic/python/python.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python</id>
<version>3.8.0-a2</version>
<version>3.7.3</version>
<title>Python</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -24,7 +24,7 @@ Python is a programming language that lets you work more quickly and integrate y
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.8.0-a2]" />
<dependency id="python3" version="[3.7.3]" />
</dependencies>
<licenseUrl>https://www.python.org/download/releases/3.4.0/license</licenseUrl>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions automatic/python3/legal/VERIFICATION.txt
Expand Up @@ -7,17 +7,17 @@ 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.

2. You can use one of the following methods to obtain the SHA256 checksum:
- 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/
2 changes: 1 addition & 1 deletion automatic/python3/python3.json
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion automatic/python3/python3.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python3</id>
<version>3.8.0-a2</version>
<version>3.7.3</version>
<title>Python 3.x</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3/tools/chocolateyInstall.ps1
Expand Up @@ -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*'
Expand Down

0 comments on commit 01d5f54

Please sign in to comment.