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 Community committed Jul 12, 2022
1 parent 80ad9e0 commit 6b37adc
Show file tree
Hide file tree
Showing 13 changed files with 154 additions and 154 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": "105.0.5174.0-snapshots",
"snapshots": "105.0.5175.0-snapshots",
"stable": "103.0.5060.114"
}
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>105.0.5174.0-snapshots</version>
<version>105.0.5175.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</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/1022590/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1022592/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1022846/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1022877/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: C4F3AC7881E36B1A8B2040ABAB577E6425BD6CD16E1118CE03812760937A9C2E
checksum64: 1AEC54BFE2C1087E3496A2115D6F0090C2267E033AB4809CB36207161017816A
checksum32: 2D74B942D30960849002CF96517BFDBBE4FA2D4C4B636FC9E2C8CA115DDBE53A
checksum64: 1F58FC4B677AD9F51C27703296B8544A5FFAD275F0F13942C5841A4941286769

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 = "105.0.5174.0-snapshots"
$version = "105.0.5175.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 @@ -10,5 +10,5 @@
"3.8": "3.8.10",
"3.9": "3.9.13",
"3.10": "3.10.5",
"3.11": "3.11.0-b3"
"3.11": "3.11.0-b4"
}
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.10.5</version>
<version>3.11.0-b4</version>
<title>Python</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -22,7 +22,7 @@
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.10.5]" />
<dependency id="python3" version="[3.11.0-b4]" />
</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.10.5/python-3.10.5.exe
x64: https://www.python.org/ftp/python/3.10.5/python-3.10.5-amd64.exe
x32: https://www.python.org/ftp/python/3.11.0/python-3.11.0b4.exe
x64: https://www.python.org/ftp/python/3.11.0/python-3.11.0b4-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: 66840F49275BF6CA66A40F1FAF9B79FF135779109086F59B25452A480EC54BA4
checksum64: 69165821DAD57C6D8D29EC8598933DB7C4498F8EF9D477FA13C677FD82567B58
checksum32: 6FEBC152711840337F53E2FD5DC12BB2B1314766F591129282FD372C855FA877
checksum64: A3514B0401E6A85416F3E080586C86CCD9E2E62C8A54B9119D9E6415E3CADB62

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 @@ -10,5 +10,5 @@
"3.8": "3.8.10",
"3.9": "3.9.13",
"3.10": "3.10.5",
"3.11": "3.11.0-b3"
"3.11": "3.11.0-b4"
}
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.10.5</version>
<version>3.11.0-b4</version>
<title>Python 3.x</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3/tools/helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ function Install-Python {
$packageArgs = @{
packageName = 'python3'
fileType = 'exe'
file = "$toolsPath\python-3.10.5.exe"
file = "$toolsPath\python-3.11.0b4.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir
validExitCodes = @(0)
softwareName = 'Python 3*'
}

if (!$only32Bit) {
$packageArgs['file64'] = "$toolsPath\python-3.10.5-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.11.0b4-amd64.exe"
}
else {
$packageArgs['packageName'] = '32-bit python3'
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>102.0.1</version>
<version>102.0.2</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey-community</owners>
<authors>Mozilla</authors>
Expand Down

0 comments on commit 6b37adc

Please sign in to comment.