From 1336106d9f20c251131a559f8df3b2c6555d675a Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 15 Oct 2019 00:12:06 +0000 Subject: [PATCH] AU: 4 updated - keeweb python python3 vagrant [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/1ed2ed23a9279cbdec37ff2ab935683b6716cdfe --- automatic/keeweb/keeweb.nuspec | 2 +- automatic/keeweb/legal/VERIFICATION.txt | 8 ++++---- automatic/keeweb/tools/chocolateyInstall.ps1 | 4 ++-- 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/chocolateyInstall.ps1 | 4 ++-- automatic/vagrant/tools/chocolateyinstall.ps1 | 8 ++++---- automatic/vagrant/vagrant.nuspec | 2 +- 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/automatic/keeweb/keeweb.nuspec b/automatic/keeweb/keeweb.nuspec index 1c3c162acef..a1664049a61 100644 --- a/automatic/keeweb/keeweb.nuspec +++ b/automatic/keeweb/keeweb.nuspec @@ -6,7 +6,7 @@ keeweb KeeWeb - 1.11.8 + 1.11.9 antelle wget Free cross-platform password manager compatible with KeePass diff --git a/automatic/keeweb/legal/VERIFICATION.txt b/automatic/keeweb/legal/VERIFICATION.txt index 2f72bc4e44f..8bddc796b55 100644 --- a/automatic/keeweb/legal/VERIFICATION.txt +++ b/automatic/keeweb/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: F0CBAE5C00D30513BB496111A72B3433DD1479B333C756A1662B461BED552E7F - checksum64: 3FAC45BA584A16BFAB0AF5F3DED995198225028EE4CAE3DE2840E1E1F9B6554F + checksum32: 396097922AED6C1EEFF569E1DDF4D2E1A645D716C69E9926368080C561B9B14F + checksum64: 6E296861CA3CA530E3BE8AD580C8CF10C8B06EB3CB3D9A78F41DF0911BC0B568 File 'LICENSE.txt' is obtained from diff --git a/automatic/keeweb/tools/chocolateyInstall.ps1 b/automatic/keeweb/tools/chocolateyInstall.ps1 index cb5827b3e56..71b87e3297b 100644 --- a/automatic/keeweb/tools/chocolateyInstall.ps1 +++ b/automatic/keeweb/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = 'keeweb' fileType = 'exe' - file = "$toolsPath\KeeWeb-1.11.8.win.ia32.exe" - file64 = "$toolsPath\KeeWeb-1.11.8.win.x64.exe" + file = "$toolsPath\KeeWeb-1.11.9.win.ia32.exe" + file64 = "$toolsPath\KeeWeb-1.11.9.win.x64.exe" softwareName = 'keeweb*' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/python/python.json b/automatic/python/python.json index e2fea8bb8f7..b7d0ec8c18e 100644 --- a/automatic/python/python.json +++ b/automatic/python/python.json @@ -7,5 +7,5 @@ "3.5": "3.5.4", "3.6": "3.6.8", "3.7": "3.7.4", - "3.8": "3.8.0-rc1" + "3.8": "3.8.0" } diff --git a/automatic/python/python.nuspec b/automatic/python/python.nuspec index 4f2bc33fad9..6fea434cf24 100644 --- a/automatic/python/python.nuspec +++ b/automatic/python/python.nuspec @@ -3,7 +3,7 @@ python - 3.8.0-rc1 + 3.8.0 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-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 ae8ea546ad0..88acef9435c 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.0rc1.exe - x64: https://www.python.org/ftp/python/3.8.0/python-3.8.0rc1-amd64.exe + x32: https://www.python.org/ftp/python/3.8.0/python-3.8.0.exe + x64: https://www.python.org/ftp/python/3.8.0/python-3.8.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: 79EB5DD04BE8384154EF6767E35AE570EDE28188BD6CECCE4F18C1AA42D1BB66 - checksum64: C9CFFBAF11487C08432D3EA9A3AC125F0FEE41B41E71062477FB057CA1E5AB40 + checksum32: B471908DE5E10D8FB5C3351A5AFFB1172DA7790C533E0C9FFBAEEC9C11611B15 + checksum64: A9BBC6088A3E4C7112826E21BFEE6277F7B6D93259F7C57176139231BB7071E4 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 6e4c341a573..a9187a78381 100644 --- a/automatic/python3/python3.json +++ b/automatic/python3/python3.json @@ -7,5 +7,5 @@ "3.5": "3.5.4", "3.6": "3.6.8-rc1", "3.7": "3.7.4", - "3.8": "3.8.0-rc1" + "3.8": "3.8.0" } diff --git a/automatic/python3/python3.nuspec b/automatic/python3/python3.nuspec index 51814073de8..793a9ed5864 100644 --- a/automatic/python3/python3.nuspec +++ b/automatic/python3/python3.nuspec @@ -3,7 +3,7 @@ python3 - 3.8.0-rc1 + 3.8.0 Python 3.x chocolatey Python Software Foundation diff --git a/automatic/python3/tools/chocolateyInstall.ps1 b/automatic/python3/tools/chocolateyInstall.ps1 index e6a2f9361ad..057e6f635ed 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.0rc1.exe" - file64 = "$toolsPath\python-3.8.0rc1-amd64.exe" + file = "$toolsPath\python-3.8.0.exe" + file64 = "$toolsPath\python-3.8.0-amd64.exe" silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir validExitCodes = @(0) softwareName = 'Python*' diff --git a/automatic/vagrant/tools/chocolateyinstall.ps1 b/automatic/vagrant/tools/chocolateyinstall.ps1 index 0bf2741158d..cc461fcb69d 100644 --- a/automatic/vagrant/tools/chocolateyinstall.ps1 +++ b/automatic/vagrant/tools/chocolateyinstall.ps1 @@ -3,10 +3,10 @@ $packageArgs = @{ packageName = 'vagrant' fileType = 'msi' - url = 'https://releases.hashicorp.com/vagrant/2.2.5/vagrant_2.2.5_i686.msi' - url64bit = 'https://releases.hashicorp.com/vagrant/2.2.5/vagrant_2.2.5_x86_64.msi' - checksum = '7cb6b2c1bf4c74b1b95d662e4c6c7dd2b7fbbefa0661b12f94b61eca3d80ec7d' - checksum64 = '8716bec78764f122354d0274448bab9124629c57e226f021e65bf7041cd8c659' + url = 'https://releases.hashicorp.com/vagrant/2.2.6/vagrant_2.2.6_i686.msi' + url64bit = 'https://releases.hashicorp.com/vagrant/2.2.6/vagrant_2.2.6_x86_64.msi' + checksum = 'c4f760748998598f5370ef6b4860fdaf7a66ffbe4caa8f39d87543a5b15ed136' + checksum64 = '4e9d2617dc2e1d194cdf8c7fbdc4041cef43e770baecbadbfed6c74fc4f5b98c' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/qn /norestart" diff --git a/automatic/vagrant/vagrant.nuspec b/automatic/vagrant/vagrant.nuspec index a13da8bd69d..1178a99794b 100644 --- a/automatic/vagrant/vagrant.nuspec +++ b/automatic/vagrant/vagrant.nuspec @@ -4,7 +4,7 @@ vagrant Vagrant (Install) - 2.2.5 + 2.2.6 Mitchell Hashimoto, John Bender, HashiCorp chocolatey, Rob Reynolds, Patrick Wyatt Vagrant - Development environments made easy.