Skip to content

Commit

Permalink
AU: 3 updated - Firefox nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 13, 2022
1 parent 776e507 commit d869e27
Show file tree
Hide file tree
Showing 10 changed files with 216 additions and 216 deletions.
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.json
@@ -1,4 +1,4 @@
{
"latest": "107.0.1",
"esr": "102.5.0"
"latest": "108.0",
"esr": "102.6.0"
}
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.nuspec
Expand Up @@ -2,7 +2,7 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>107.0.1</version>
<version>108.0</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/new/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down Expand Up @@ -63,7 +63,7 @@ Command-line options for installer configuration. See the [official page](https:
]]></description>
<summary>Bringing together all kinds of awesomeness to make browsing better for you</summary>
<tags>browser mozilla firefox admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/en-US/firefox/107.0.1/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/108.0/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
392 changes: 196 additions & 196 deletions automatic/firefox/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefox/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ $softwareName = 'Mozilla Firefox'

$pp = Get-PackageParameters

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '107.0.1')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '108.0')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand Down Expand Up @@ -62,15 +62,15 @@ else {
softwareName = "$softwareName*"
Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=firefox-107.0.1-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-108.0-ssl&os=win&lang=${locale}"
silentArgs = "$sa /S"
validExitCodes = @(0)
}

if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-107.0.1-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-108.0-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
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/v19.2.0/node-v19.2.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v19.2.0/node-v19.2.0-x64.msi>
32-Bit: <https://nodejs.org/download/release/latest-v16.x/node-v16.19.0-x86.msi>
64-Bit: <https://nodejs.org/download/release/latest-v16.x/node-v16.19.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: 8DB32B00E99474BA382F8B2225C99288E85E9DC483F76E0E2F8F67F5FC94A501
checksum64: 4323B6A13694B5BEA3D378897301170E767F79B7544E18EE9ADE83056FC942A8
checksum32: 3ED815633AAE84D43DFE2A8DB2E2394D31EF240DF123F32843F8EAC78337BDD9
checksum64: EDFD08C96DD30D24714F6DB577E890A82BA9720D8AC37C8366A999A2292FE2CE

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
4 changes: 2 additions & 2 deletions automatic/nodejs.install/nodejs.install.json
Expand Up @@ -9,9 +9,9 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.21.1",
"14": "14.21.2",
"15": "15.14.0",
"16": "16.18.1",
"16": "16.19.0",
"17": "17.9.1",
"18": "18.12.1",
"19": "19.2.0"
Expand Down
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>19.2.0</version>
<version>16.19.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-v19.2.0-x86.msi"
$filePath64 = "$toolsPath\node-v19.2.0-x64.msi"
$filePath32 = "$toolsPath\node-v16.19.0-x86.msi"
$filePath64 = "$toolsPath\node-v16.19.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
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.json
Expand Up @@ -9,9 +9,9 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.21.1",
"14": "14.21.2",
"15": "15.14.0",
"16": "16.18.1",
"16": "16.19.0",
"17": "17.9.1",
"18": "18.12.1",
"19": "19.2.0"
Expand Down
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>19.2.0</version>
<version>16.19.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="[19.2.0]" />
<dependency id="nodejs.install" version="[16.19.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit d869e27

Please sign in to comment.