From 0bcc25c4d400bf1cdb55116ecb4c3b6df90165a1 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sun, 20 Oct 2019 00:12:11 +0000 Subject: [PATCH] AU: 2 updated - python2 vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/9275d96fdd44364fbc9548abc9f7fe4ca5bfa39c --- automatic/python2/README.md | 2 +- automatic/python2/legal/VERIFICATION.txt | 12 ++++++------ automatic/python2/python2.json | 2 +- automatic/python2/python2.nuspec | 10 ++++------ automatic/python2/tools/chocolateyInstall.ps1 | 4 ++-- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 8 files changed, 21 insertions(+), 23 deletions(-) diff --git a/automatic/python2/README.md b/automatic/python2/README.md index 38304854775..1845a074fa7 100644 --- a/automatic/python2/README.md +++ b/automatic/python2/README.md @@ -1,4 +1,4 @@ -# [python2](https://chocolatey.org/packages/python2) +# [python2](https://chocolatey.org/packages/python2) Python 2.x is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python 2.x and see almost immediate gains in productivity and lower maintenance costs. diff --git a/automatic/python2/legal/VERIFICATION.txt b/automatic/python2/legal/VERIFICATION.txt index 8d76882995e..914920a2aa6 100644 --- a/automatic/python2/legal/VERIFICATION.txt +++ b/automatic/python2/legal/VERIFICATION.txt @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on <> +location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: <> - 64-Bit software: <> + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: - checksum type: - checksum32: - checksum64: + checksum type: sha256 + checksum32: A4E3A321517C6B0C2693D6F712A0D18C82600B3D0C759C299B3D14384A17F863 + checksum64: 3B934447E3620E51D2DAF5B2F258C9B617BCC686CA2F777A49AA3B47893ABF1B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/python2/python2.json b/automatic/python2/python2.json index 82f3585bef6..a53ab04f696 100644 --- a/automatic/python2/python2.json +++ b/automatic/python2/python2.json @@ -2,5 +2,5 @@ "2.4": "2.4.4", "2.5": "2.5.4", "2.6": "2.6.6", - "2.7": "2.7.15" + "2.7": "2.7.17" } diff --git a/automatic/python2/python2.nuspec b/automatic/python2/python2.nuspec index 75da30c98af..d0db25d5210 100644 --- a/automatic/python2/python2.nuspec +++ b/automatic/python2/python2.nuspec @@ -3,12 +3,12 @@ python2 - 2.7.15 + 2.7.17 Python 2.x chocolatey Python Software Foundation https://www.python.org/ - https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/python.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/python.svg https://www.python.org/download/releases/2.7/license false Python 2.x is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs. python programming development foss cross-platform admin - https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/python2 + https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/python2 https://www.python.org/downloads/source diff --git a/automatic/python2/tools/chocolateyInstall.ps1 b/automatic/python2/tools/chocolateyInstall.ps1 index 690d84c02a3..910c8eb6aba 100644 --- a/automatic/python2/tools/chocolateyInstall.ps1 +++ b/automatic/python2/tools/chocolateyInstall.ps1 @@ -14,8 +14,8 @@ $params = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' silentArgs = $installArgs - file = "$toolsPath\" - file64 = "$toolsPath\" + file = "$toolsPath\python-2.7.17.msi" + file64 = "$toolsPath\python-2.7.17.amd64.msi" } Install-ChocolateyInstallPackage @params diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index ac7e56448de..1df678bb9f0 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: CAEFFD8A85D79424E07B9F2D113E8D33EA1307F06A4FB8F4A889015A4A55EAB3 - checksum64: 8A9C053FDD73CDB48CE7D9C7D77D9D589BBABCFBB024F109142F0FBCEC852F08 + checksum32: F23D8BBC986ADB732E5C26F57E6A893F761A5C384C92A16955F219C2C0C88100 + checksum64: 35C4C9AE645E480DE890EE27E090A159BD0F5BB71CD823ECC374D65FF72844C1 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index b7272c25e3c..fecc0f9ef7a 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.1.2176_x86.zip" - file64 = "$toolsDir\gvim_8.1.2176_x64.zip" + file = "$toolsDir\gvim_8.1.2188_x86.zip" + file64 = "$toolsDir\gvim_8.1.2188_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 81ebb6e0fac..a64b130247b 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.1.2176 + 8.1.2188 Bram Moolenaar, Vim Community chocolatey, 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.