Skip to content

Commit

Permalink
AU: 2 updated - chromium python
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 26, 2020
1 parent 7157374 commit 7578248
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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": "82.0.4064.0-snapshots",
"snapshots": "82.0.4071.0-snapshots",
"stable": "75.0.3770.142"
}
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>82.0.4064.0-snapshots</version>
<version>82.0.4071.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/743114/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/743115/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/744542/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/744539/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: 5ED09E3D228E77FFB6D7B8E9379084DF26687593A621AF04A01953B77E3EA905
checksum64: A18DB6658733476DE65D329E058C8DB975E41A6537EEB24D8D1006C88F9B398B
checksum32: 7641B3EAFC869067DA3EC31B69CBA3F0603E306D1DBC0524EB36391DA6020D77
checksum64: E099090437009776B46F6C829ED0438FB88BA51C762CC47CBF460840577B7A36

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 = "82.0.4064.0-snapshots"
$version = "82.0.4071.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"3.5": "3.5.4.20200110",
"3.6": "3.6.8.20200110",
"3.7": "3.7.6.20200110",
"3.8": "3.8.1.20200110",
"3.9": "3.9.0-a3"
"3.8": "3.8.2",
"3.9": "3.9.0-a4"
}
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.9.0-a3</version>
<version>3.9.0-a4</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.9.0-a3]" />
<dependency id="python3" version="[3.9.0-a4]" />
</dependencies>
<licenseUrl>https://www.python.org/download/releases/3.4.0/license</licenseUrl>
</metadata>
Expand Down

0 comments on commit 7578248

Please sign in to comment.