From acf418c9c369baa1eece13ce5ac96199d4cd4044 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 18 Oct 2022 18:21:43 +0000 Subject: [PATCH] AU: 2 updated - nodejs nodejs.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/2afd2c6aecaf42f5c4a703f26d81b13006319eef --- automatic/nodejs.install/legal/VERIFICATION.txt | 8 ++++---- automatic/nodejs.install/nodejs.install.json | 3 ++- automatic/nodejs.install/nodejs.install.nuspec | 2 +- automatic/nodejs.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/nodejs/nodejs.json | 3 ++- automatic/nodejs/nodejs.nuspec | 4 ++-- 6 files changed, 13 insertions(+), 11 deletions(-) diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index 203bdefbd11..21b69c2fab3 100644 --- a/automatic/nodejs.install/legal/VERIFICATION.txt +++ b/automatic/nodejs.install/legal/VERIFICATION.txt @@ -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: - 64-Bit: + 32-Bit: + 64-Bit: 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: A939768932475C5BF30F719B870283B044325675F5DAB84248ECCBF5BB795701 - checksum64: A0E91887A61279951E60FBA929C261A652F710E12D68BC6DABD3760A970C76B9 + checksum32: 6F893000AB67CD0515525DB9121A7E024C136F16E6B52BB23FB3CE0FEFB32CC3 + checksum64: BD60DF59C2DB97569F675BAAA437372EF9B45F87E73DE4983BDD4239207BF5AB File 'LICENSE.txt' is obtained from diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index 4c8c45f9867..e003084de20 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -13,5 +13,6 @@ "15": "15.14.0", "16": "16.18.0", "17": "17.9.1", - "18": "18.11.0" + "18": "18.11.0", + "19": "19.0.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index 924506124d5..aff6485b104 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 18.11.0 + 19.0.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. diff --git a/automatic/nodejs.install/tools/chocolateyInstall.ps1 b/automatic/nodejs.install/tools/chocolateyInstall.ps1 index b7346654e3c..f03d0c457f5 100644 --- a/automatic/nodejs.install/tools/chocolateyInstall.ps1 +++ b/automatic/nodejs.install/tools/chocolateyInstall.ps1 @@ -2,8 +2,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition -$filePath32 = "$toolsPath\node-v18.11.0-x86.msi" -$filePath64 = "$toolsPath\node-v18.11.0-x64.msi" +$filePath32 = "$toolsPath\node-v19.0.0-x86.msi" +$filePath64 = "$toolsPath\node-v19.0.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 } diff --git a/automatic/nodejs/nodejs.json b/automatic/nodejs/nodejs.json index 4c8c45f9867..e003084de20 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -13,5 +13,6 @@ "15": "15.14.0", "16": "16.18.0", "17": "17.9.1", - "18": "18.11.0" + "18": "18.11.0", + "19": "19.0.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index fd5beac9e38..27dd09d908a 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 18.11.0 + 19.0.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. @@ -30,7 +30,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png - +