Skip to content

Commit

Permalink
AU: 4 updated - keeweb python python3 vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 15, 2019
1 parent 61c4225 commit 1336106
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/keeweb/keeweb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keeweb</id>
<title>KeeWeb</title>
<version>1.11.8</version>
<version>1.11.9</version>
<authors>antelle</authors>
<owners>wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/keeweb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.8/KeeWeb-1.11.8.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.8/KeeWeb-1.11.8.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.9/KeeWeb-1.11.9.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.9/KeeWeb-1.11.9.win.x64.exe>
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 <https://github.com/keeweb/keeweb/blob/26d6844b65e78217d3b3eb6cfa4ed5e226404320/LICENSE>
4 changes: 2 additions & 2 deletions automatic/keeweb/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions automatic/python/python.nuspec
Original file line number Diff line number Diff line change
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-rc1</version>
<version>3.8.0</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-community/chocolatey-coreteampackages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.8.0-rc1]" />
<dependency id="python3" version="[3.8.0]" />
</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
Original file line number Diff line number Diff line change
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.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.

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: 79EB5DD04BE8384154EF6767E35AE570EDE28188BD6CECCE4F18C1AA42D1BB66
checksum64: C9CFFBAF11487C08432D3EA9A3AC125F0FEE41B41E71062477FB057CA1E5AB40
checksum32: B471908DE5E10D8FB5C3351A5AFFB1172DA7790C533E0C9FFBAEEC9C11611B15
checksum64: A9BBC6088A3E4C7112826E21BFEE6277F7B6D93259F7C57176139231BB7071E4

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
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion automatic/python3/python3.nuspec
Original file line number Diff line number Diff line change
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-rc1</version>
<version>3.8.0</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
Original file line number Diff line number Diff line change
Expand Up @@ -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*'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vagrant/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion automatic/vagrant/vagrant.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vagrant</id>
<title>Vagrant (Install)</title>
<version>2.2.5</version>
<version>2.2.6</version>
<authors>Mitchell Hashimoto, John Bender, HashiCorp</authors>
<owners>chocolatey, Rob Reynolds, Patrick Wyatt</owners>
<summary>Vagrant - Development environments made easy.</summary>
Expand Down

0 comments on commit 1336106

Please sign in to comment.