diff --git a/automatic/python/python.json b/automatic/python/python.json index 8559a4ea36d..d340623bdeb 100644 --- a/automatic/python/python.json +++ b/automatic/python/python.json @@ -8,6 +8,6 @@ "3.6": "3.6.8.20200110", "3.7": "3.7.9", "3.8": "3.8.6", - "3.9": "3.9.0", - "3.10": "3.10.0-a2" + "3.9": "3.9.1", + "3.10": "3.10.0-a3" } diff --git a/automatic/python/python.nuspec b/automatic/python/python.nuspec index 21104aebb1d..1f9a99faeee 100644 --- a/automatic/python/python.nuspec +++ b/automatic/python/python.nuspec @@ -3,7 +3,7 @@ python - 3.10.0-a2 + 3.9.1 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 4ff1a7158bb..ba2849cbd2e 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.10.0/python-3.10.0a2.exe - x64: https://www.python.org/ftp/python/3.10.0/python-3.10.0a2-amd64.exe + x32: https://www.python.org/ftp/python/3.9.1/python-3.9.1.exe + x64: https://www.python.org/ftp/python/3.9.1/python-3.9.1-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: CAE820D6EC3F6104015832675852A0A7FD87C3BE6FDC86E9B8BC138981A86D81 - checksum64: B4A686A88855F777A01F2917526BBF177587A93996A5B38BCAD278D5A45BF3DF + checksum32: CE469E937B1293BAE7FBF81D0A3D43623C06C8C38DFC9F4A68C6B237CFD50A9F + checksum64: 9DB77E7282945D3409ABC2A43142AE0F0B829F1656BED07BC18526E765F05F86 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 485ad3800c4..9760666bb91 100644 --- a/automatic/python3/python3.json +++ b/automatic/python3/python3.json @@ -8,6 +8,6 @@ "3.6": "3.6.8-rc1", "3.7": "3.7.9", "3.8": "3.8.6", - "3.9": "3.9.0", - "3.10": "3.10.0-a2" + "3.9": "3.9.1", + "3.10": "3.10.0-a3" } diff --git a/automatic/python3/python3.nuspec b/automatic/python3/python3.nuspec index ef2e844daae..3a54191126d 100644 --- a/automatic/python3/python3.nuspec +++ b/automatic/python3/python3.nuspec @@ -3,7 +3,7 @@ python3 - 3.10.0-a2 + 3.9.1 Python 3.x chocolatey-community Python Software Foundation diff --git a/automatic/python3/tools/helpers.ps1 b/automatic/python3/tools/helpers.ps1 index 6c76cae2add..9bf88ad417e 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.10.0a2.exe" + file = "$toolsPath\python-3.9.1.exe" silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir validExitCodes = @(0) softwareName = 'Python 3*' } if (!$only32Bit) { - $packageArgs['file64'] = "$toolsPath\python-3.10.0a2-amd64.exe" + $packageArgs['file64'] = "$toolsPath\python-3.9.1-amd64.exe" } else { $packageArgs['packageName'] = '32-bit python3' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 209ea84fbb7..adad7f51a5b 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 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: ED11705CE9017F7D9D0FE2CCCC56CE8EECBB9F16D6D67C3C8FD73BB1D8034788 - checksum64: 8C305847B1C1682ED38F1BB4EC3FEE55A65D8748819CEA1D0F155A03BEF30643 + checksum32: 8E3478F815AFA52D2D818A74CBF4C05F2BB299A5F693C8DF3A7B61EEDCB5FF44 + checksum64: 1EB976B44BB119A90FD5951E60984647179E538D49964B80776D867FA86C8736 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 2ad190a3c46..ac08475b772 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_8.2.2105_x86.zip" - file64 = "$toolsDir\gvim_8.2.2105_x64.zip" + file = "$toolsDir\gvim_8.2.2107_x86.zip" + file64 = "$toolsDir\gvim_8.2.2107_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 4ec798b1067..262689c39fd 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.2105 + 8.2.2107 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds, matsuhav Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.