Skip to content

Commit

Permalink
AU: 7 updated - googlechromebeta nodejs nodejs.install python python3…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 12, 2022
1 parent 66611e4 commit 372d994
Show file tree
Hide file tree
Showing 19 changed files with 167 additions and 167 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>107.0.5304.29-beta</version>
<version>107.0.5304.36-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '107.0.5304.29-beta'
$version = '107.0.5304.36-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '058e424713e89158e9bb97a3b71a94615e7a6c32050f62fcfadc1d9498f71c97'
checksum64 = 'b41e107ac01355cee32fbb641fa30b72c286de520da2a86c98f1beca660f18ec'
checksum = '1d6b968dfcba788feb777d7b751d3b2ec53436cf016e868ff1c31f232251ac5b'
checksum64 = 'e5222f02e643997ce8e9e13a46470c62c742c697a7820aaf6389ecb21465ff06'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v18.10.0/node-v18.10.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v18.10.0/node-v18.10.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v16.18.0/node-v16.18.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.18.0/node-v16.18.0-x64.msi>
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: 7F2C6FA385D7B8864B96510D86FF416C69B2B1DC2C4BD25D2BD8CAC7D2E9AC7B
checksum64: 9A269ECC0530656DB078ED03C20CC3E71022026FEB9DFF02BF0C96E9792F237A
checksum32: D80BE5BB62D00FB68B7158DA44FB1E4AF829223ED526C8F33DB3F29D5E47DB2D
checksum64: C9D61A2E78BD836B02CBA87ADEBCB043AA27D1A8E4B2FDA0BA604AD180EB50BF

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Expand Up @@ -11,7 +11,7 @@
"13": "13.14.0",
"14": "14.20.1",
"15": "15.14.0",
"16": "16.17.1",
"16": "16.18.0",
"17": "17.9.1",
"18": "18.10.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>18.10.0</version>
<version>16.18.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v18.10.0-x86.msi"
$filePath64 = "$toolsPath\node-v18.10.0-x64.msi"
$filePath32 = "$toolsPath\node-v16.18.0-x86.msi"
$filePath64 = "$toolsPath\node-v16.18.0-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Expand Up @@ -11,7 +11,7 @@
"13": "13.14.0",
"14": "14.20.1",
"15": "15.14.0",
"16": "16.17.1",
"16": "16.18.0",
"17": "17.9.1",
"18": "18.10.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>18.10.0</version>
<version>16.18.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -30,7 +30,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[18.10.0]" />
<dependency id="nodejs.install" version="[16.18.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/python/python.json
Expand Up @@ -9,6 +9,6 @@
"3.7": "3.7.9",
"3.8": "3.8.10",
"3.9": "3.9.13",
"3.10": "3.10.7",
"3.10": "3.10.8",
"3.11": "3.11.0-rc2"
}
4 changes: 2 additions & 2 deletions automatic/python/python.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python</id>
<version>3.11.0-rc2</version>
<version>3.10.8</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.11.0-rc2]" />
<dependency id="python3" version="[3.10.8]" />
</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
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://www.python.org/ftp/python/3.11.0/python-3.11.0rc2.exe
x64: https://www.python.org/ftp/python/3.11.0/python-3.11.0rc2-amd64.exe
x32: https://www.python.org/ftp/python/3.10.8/python-3.10.8.exe
x64: https://www.python.org/ftp/python/3.10.8/python-3.10.8-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: 3507C899709008905EFFFAC70D0283DE8ABF466508E3514B1D2253DF3978CD6F
checksum64: E557F773287AA8C4A9E7A1C86B729DC3824EDDC11D3C68D703D31C8E03D1DBF5
checksum32: 48CD8D4204B8F8E49C4F7388B24CC6D7183D259C5CEB62F230671956C0CED251
checksum64: 725F50F912D297812D98F251AA87DCF1035745E0C5C267D97736A1AF41D7C782

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
Expand Up @@ -9,6 +9,6 @@
"3.7": "3.7.9",
"3.8": "3.8.10",
"3.9": "3.9.13",
"3.10": "3.10.7",
"3.10": "3.10.8",
"3.11": "3.11.0-rc2"
}
2 changes: 1 addition & 1 deletion automatic/python3/python3.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python3</id>
<version>3.11.0-rc2</version>
<version>3.10.8</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
Expand Up @@ -39,14 +39,14 @@ function Install-Python {
$packageArgs = @{
packageName = 'python3'
fileType = 'exe'
file = "$toolsPath\python-3.11.0rc2.exe"
file = "$toolsPath\python-3.10.8.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir
validExitCodes = @(0)
softwareName = 'Python 3*'
}

if (!$only32Bit) {
$packageArgs['file64'] = "$toolsPath\python-3.11.0rc2-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.10.8-amd64.exe"
}
else {
$packageArgs['packageName'] = '32-bit python3'
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>thunderbird</id>
<version>102.3.2</version>
<version>102.3.3</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey-community</owners>
<authors>Mozilla</authors>
Expand Down

0 comments on commit 372d994

Please sign in to comment.