Skip to content

Commit

Permalink
AU: 3 updated - chromium python python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 31, 2018
1 parent c15495e commit 4a8381d
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "69.0.3446.0-snapshots",
"snapshots": "69.0.3447.0-snapshots",
"stable": "66.0.3359.181"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>69.0.3446.0-snapshots</version>
<version>69.0.3447.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/562861/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/562863/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/563149/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/563149/mini_installer.exe>
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: sha256
checksum32: 3257D8AD4F4003484CC332C140142B055838592B3F83E80840224BB1256D93A3
checksum64: D510A9AB8D0999B684891853931A6C87CFA063288E0D8616FBA0CE20D414FCCC
checksum32: 7F0D40894181E8C7662A984CC75F46724C4CA5CC492F09BA410EBD53D8A0510B
checksum64: C84994F4C48AA4973FDD18E3BE7F8F6FCD5409E69BC185FC7682719361DECD3C

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "69.0.3446.0-snapshots"
$version = "69.0.3447.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"3.4": "3.4.4.20180111",
"3.5": "3.5.4",
"3.6": "3.6.5",
"3.7": "3.7.0-b4"
"3.7": "3.7.0-b5"
}
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.7.0-b4</version>
<version>3.7.0-b5</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/chocolatey-coreteampackages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.7.0-b4]" />
<dependency id="python3" version="[3.7.0-b5]" />
</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.7.0/python-3.7.0b4.exe
x64: https://www.python.org/ftp/python/3.7.0/python-3.7.0b4-amd64.exe
x32: https://www.python.org/ftp/python/3.7.0/python-3.7.0b5.exe
x64: https://www.python.org/ftp/python/3.7.0/python-3.7.0b5-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: F80ABFAF414571B9F080214CDE326588515E0671F758A5D6E1BCD98F4D07945F
checksum64: E9669F479BBBB4386D9902BD740E9C58EF18F9F5483588AD4026FA0967231AAD
checksum32: 1A2887178650F669A7416435E6D991A8D7FEB9E9E558DD823FD0CAA03DF97D06
checksum64: 95CADDF2D303FE8334E6000D617FD181820D6F57B5916437959BE5F5A15CDDFC

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 @@ -6,5 +6,5 @@
"3.4": "3.4.4.20180111",
"3.5": "3.5.4",
"3.6": "3.6.5",
"3.7": "3.7.0-b4"
"3.7": "3.7.0-b5"
}
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.7.0-b4</version>
<version>3.7.0-b5</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.7.0b4.exe"
file64 = "$toolsPath\python-3.7.0b4-amd64.exe"
file = "$toolsPath\python-3.7.0b5.exe"
file64 = "$toolsPath\python-3.7.0b5-amd64.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir
validExitCodes = @(0)
softwareName = 'Python*'
Expand Down

0 comments on commit 4a8381d

Please sign in to comment.