From 39d5cabeb181f00f6f617294c5f26c6264600871 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 5 Oct 2020 18:14:00 +0000 Subject: [PATCH] AU: 3 updated - googlechromebeta python python3 [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/7a943ea8f657a99f757f3adeeadacd94880019d6 --- automatic/googlechromebeta/googlechromebeta.nuspec | 2 +- automatic/googlechromebeta/tools/chocolateyInstall.ps1 | 6 +++--- automatic/python/python.json | 2 +- automatic/python/python.nuspec | 4 ++-- automatic/python3/legal/VERIFICATION.txt | 8 ++++---- automatic/python3/python3.json | 2 +- automatic/python3/python3.nuspec | 2 +- automatic/python3/tools/helpers.ps1 | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index 3857839033a..a933525c7e6 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 86.0.4240.68-beta + 86.0.4240.72-beta Google Chrome Beta chocolatey-community,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index 7ba240aedfb..dde63022ed3 100644 --- a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 +++ b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '86.0.4240.68-beta' +$version = '86.0.4240.72-beta' if ($version -eq (Get-ChromeBetaVersion)) { Write-Host "Google Chrome Beta $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi' - checksum = 'cf130e29109f8a8f64efd90a6352f2542b0bb128a466bbe8aef54cb0a0f39d32' - checksum64 = 'd0266d703739613257bb3e688595d23bac3538c90d938b1a0d9e001ecd6b2355' + checksum = '1821b68cb400c001c6a75c72ab14c9c48fc8e9eca42fa02f8d462e4deb892ec3' + checksum64 = 'e46c64f09aa342524e0a7543bbdf9d296ee8310816e9ecb28cab1c353da0f052' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/python/python.json b/automatic/python/python.json index 5e566684abe..7d7961b6dca 100644 --- a/automatic/python/python.json +++ b/automatic/python/python.json @@ -8,5 +8,5 @@ "3.6": "3.6.8.20200110", "3.7": "3.7.9", "3.8": "3.8.6", - "3.9": "3.9.0-rc2" + "3.9": "3.9.0" } diff --git a/automatic/python/python.nuspec b/automatic/python/python.nuspec index 7c339dd4db2..fee72096ac1 100644 --- a/automatic/python/python.nuspec +++ b/automatic/python/python.nuspec @@ -3,7 +3,7 @@ python - 3.8.6 + 3.9.0 Python chocolatey-community Python Software Foundation @@ -22,7 +22,7 @@ https://github.com/chocolatey-community/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 9ce29ebeeec..b5296cfc398 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.6/python-3.8.6.exe - x64: https://www.python.org/ftp/python/3.8.6/python-3.8.6-amd64.exe + x32: https://www.python.org/ftp/python/3.9.0/python-3.9.0.exe + x64: https://www.python.org/ftp/python/3.9.0/python-3.9.0-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: 287D5DF01FF22FF09E6A487AE018603EE19EADE71D462EC703850C96F1D5E8A0 - checksum64: 328A257F189CB500606BB26AB0FBDD298ED0E05D8C36540A322A1744F489A0A0 + checksum32: A4C65917F4225D1543959342F0615C813A4E9E7FF1137C4394FF6A5290AC1913 + checksum64: FD2E2C6612D43BB6B213B72FC53F07D73D99059FA72C96E44BDE12E7815073AE 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 aab9997aa58..61faa2741d1 100644 --- a/automatic/python3/python3.json +++ b/automatic/python3/python3.json @@ -8,5 +8,5 @@ "3.6": "3.6.8-rc1", "3.7": "3.7.9", "3.8": "3.8.6", - "3.9": "3.9.0-rc2" + "3.9": "3.9.0" } diff --git a/automatic/python3/python3.nuspec b/automatic/python3/python3.nuspec index 82cc1e9b054..88c3b31d110 100644 --- a/automatic/python3/python3.nuspec +++ b/automatic/python3/python3.nuspec @@ -3,7 +3,7 @@ python3 - 3.8.6 + 3.9.0 Python 3.x chocolatey-community Python Software Foundation diff --git a/automatic/python3/tools/helpers.ps1 b/automatic/python3/tools/helpers.ps1 index b281a50816d..d358b4bbfbc 100644 --- a/automatic/python3/tools/helpers.ps1 +++ b/automatic/python3/tools/helpers.ps1 @@ -39,14 +39,14 @@ function Install-Python { $packageArgs = @{ packageName = 'python3' fileType = 'exe' - file = "$toolsPath\python-3.8.6.exe" + file = "$toolsPath\python-3.9.0.exe" silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir validExitCodes = @(0) softwareName = 'Python 3*' } if (!$only32Bit) { - $packageArgs['file64'] = "$toolsPath\python-3.8.6-amd64.exe" + $packageArgs['file64'] = "$toolsPath\python-3.9.0-amd64.exe" } else { $packageArgs['packageName'] = '32-bit python3'