diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index 6a806b34555..d349776fd9a 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 has 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: 4BEDB6069C94A71FD6F0B8FBEA280468D5ECDCF209EEF6DA1A45808E8B15CBA6 - checksum64: 512945CF8816E1E906143EA2EE6816F8744A3D114EA38F3540C3EBE685FE3E3A + checksum32: 8673470064C13F491E594B4F4522EBA504FC9082DB728EED9BA43987B88DE69B + checksum64: E6354EE73967CE6B2AE401EDB1D54ADAEDB321123308E2AF1DEC71A497E73EAA File 'LICENSE.txt' is obtained from diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index 242e5c57983..6e99d29bd73 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -16,5 +16,5 @@ "18": "18.18.2", "19": "19.9.0", "20": "20.11.1", - "21": "21.7.0" + "21": "21.7.1" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index 8c7eb217c55..e2c3155af8d 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 21.7.0 + 21.7.1 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 f04c4c206a9..ec32e662394 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-v21.7.0-x86.msi" -$filePath64 = "$toolsPath\node-v21.7.0-x64.msi" +$filePath32 = "$toolsPath\node-v21.7.1-x86.msi" +$filePath64 = "$toolsPath\node-v21.7.1-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 94ef6ba7958..03e63a2aa78 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -16,5 +16,5 @@ "18": "18.18.2", "19": "19.9.0", "20": "20.11.1", - "21": "21.7.0" + "21": "21.7.1" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index 00e25f6d027..c103df8f9a5 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 21.7.0 + 21.7.1 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 - +