Skip to content

Commit

Permalink
AU: 2 updated - nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 18, 2021
1 parent dc4de89 commit 6a9292e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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/v16.6.2/node-v16.6.2-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.6.2/node-v16.6.2-x64.msi>
32-Bit: <https://nodejs.org/dist/v16.7.0/node-v16.7.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.7.0/node-v16.7.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: 22B21336D6AE8D16A1E45D38BD198831AA27DDF8A61D52831CFBD3BA5D2866E0
checksum64: 6CB05E722749C98CC9D0D1B2EF0C3A4C5C05DA83A00B4EF04CEE0BD4A3CFBBC7
checksum32: 6BB969FD41C1105E9829001A21C0882D7ECB45AD93BE366671B3E48E7A9F8691
checksum64: 5646507653636FB6BA2F2F75854FC01DDED59631E13DD843D20358FF0580ADAB

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
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"13": "13.14.0",
"14": "14.17.5",
"15": "15.14.0",
"16": "16.6.2"
"16": "16.7.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>16.6.2</version>
<version>16.7.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
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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

$filePath32 = "$toolsPath\node-v16.6.2-x86.msi"
$filePath64 = "$toolsPath\node-v16.6.2-x64.msi"
$filePath32 = "$toolsPath\node-v16.7.0-x86.msi"
$filePath64 = "$toolsPath\node-v16.7.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
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"13": "13.14.0",
"14": "14.17.5",
"15": "15.14.0",
"16": "16.6.2"
"16": "16.7.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>16.6.2</version>
<version>16.7.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 @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[16.6.2]" />
<dependency id="nodejs.install" version="[16.7.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 6a9292e

Please sign in to comment.