Skip to content

Commit

Permalink
AU: 4 updated - chromium python python3 thunderbird
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 10, 2020
1 parent 238ab9b commit 07282dc
Show file tree
Hide file tree
Showing 14 changed files with 145 additions and 145 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": "81.0.4023.0-snapshots",
"snapshots": "81.0.4024.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>81.0.4023.0-snapshots</version>
<version>81.0.4024.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/729630/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/729634/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/730066/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/730072/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: D54EBC28B4A30DF7DB8F7338BA6436FE96128AC40CCE5BAB5E8EE49AA195BF1D
checksum64: BB294330EC74A811141FE885C88A89AAA53D3002233BBAB5F7FEB34B44E0F669
checksum32: B247E381400E0F10DB11CBF5341EB7F5288D0AC808BFB9CBBAB22FEFD9619D55
checksum64: F5A3339A86A5BD1C5E914E8B8A385CD8EC27C0192ABFDCAC3A06EA91EEBC94A3

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 = "81.0.4023.0-snapshots"
$version = "81.0.4024.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 @@ -7,6 +7,6 @@
"3.5": "3.5.4",
"3.6": "3.6.8",
"3.7": "3.7.6",
"3.8": "3.8.1",
"3.8": "3.8.1.20200110",
"3.9": "3.9.0-a2"
}
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-a2</version>
<version>3.8.1.20200110</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-a2]" />
<dependency id="python3" version="[3.8.1.20200110]" />
</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.9.0/python-3.9.0a2.exe
x64: https://www.python.org/ftp/python/3.9.0/python-3.9.0a2-amd64.exe
x32: https://www.python.org/ftp/python/3.8.1/python-3.8.1.exe
x64: https://www.python.org/ftp/python/3.8.1/python-3.8.1-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: 11E6340776CE01F32E290696379981A8B643C039356E2FF6FA09633CFB489E79
checksum64: B1133164A73D81E289F7F18DE47A56BA333CA79F70D52F29D7A5EE8125E1FBD7
checksum32: 136EE5B41BB73D8DD22A0D753B04699507F7C4D5CD295BDF1B63920852929608
checksum64: BEBC242C11B8D83D8671C7B8E047E64DD78F7AE9AEF29613B9EE176BF8E35367

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,6 +7,6 @@
"3.5": "3.5.4",
"3.6": "3.6.8-rc1",
"3.7": "3.7.6",
"3.8": "3.8.1",
"3.8": "3.8.1.20200110",
"3.9": "3.9.0-a2"
}
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.9.0-a2</version>
<version>3.8.1.20200110</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 @@ -27,11 +27,11 @@ Install-ChocolateyInstallPackage @packageArgs
Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" '' } }

. "$toolsPath/helpers.ps1"
$installLocation = Get-AppInstallLocation python | % { $_.TrimEnd('\') }
$installLocation = Get-AppInstallLocation python | ForEach-Object { $_.TrimEnd('\') }

if (!$installLocation) {
Update-SessionEnvironment
$installLocation = Get-RegistryKeyValue -key "HKLM:\SOFTWARE\Python\PythonCore\$twoPartVersion\InstallPath" -subKey "(default)" | % { $_.TrimEnd('\') }
$installLocation = Get-RegistryKeyValue -key "HKLM:\SOFTWARE\Python\PythonCore\$twoPartVersion\InstallPath" -subKey "(default)" | ForEach-Object { $_.TrimEnd('\') }
}
if ($installLocation -ne $installDir) {
Write-Warning "Provided python InstallDir was ignored by the python installer"
Expand Down
2 changes: 1 addition & 1 deletion automatic/python3/tools/helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[string]$subKey
)

Get-ItemProperty -Path $key | % { $_."$subKey" }
Get-ItemProperty -Path $key | ForEach-Object { $_."$subKey" }
}

function Get-LocalizedWellKnownPrincipalName {
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>thunderbird</id>
<version>68.3.1</version>
<version>68.4.1</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey</owners>
<authors>Mozilla</authors>
Expand Down

0 comments on commit 07282dc

Please sign in to comment.