Skip to content

Commit

Permalink
AU: 4 updated - nodejs nodejs.install vscode-insiders vscode-insiders…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 2, 2022
1 parent c6966ea commit ad70880
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 24 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/v17.9.0/node-v17.9.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v17.9.0/node-v17.9.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v18.3.0/node-v18.3.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v18.3.0/node-v18.3.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: FCB98E5489B9B7DA8E5BC21024E91CC9263157619BF56B5EFB5EE88F896326A3
checksum64: 4DEDA07362A8322144466E20337F0B956162DBC0C13C2212826014D290EF3BEB
checksum32: 76AA64C4224DEF1E20D41C34213A4915266C6E8338EAF5FC6E59827178EB0926
checksum64: 9655750CDC909ABD3C199D9B1BFB9032ACD7DCDF3677E9850D07050DEDB8B50D

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
7 changes: 4 additions & 3 deletions automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.19.1",
"14": "14.19.3",
"15": "15.14.0",
"16": "16.14.2",
"17": "17.9.0"
"16": "16.15.1",
"17": "17.9.1",
"18": "18.3.0"
}
6 changes: 4 additions & 2 deletions 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>17.9.0</version>
<version>18.3.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 @@ -14,7 +14,9 @@ Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
This package runs the official Node JS installer, resulting in Node.exe and NPM being installed under Program Files, and added to the SYSTEM PATH environment variable.
## Notes
While this package now provides both **Current** and **LTS** releases of Node.js, it is still recommended to use the [nodejs-lts][] package if only targeting the latest LTS release is required.
- While this package now provides both **Current** and **LTS** releases of Node.js, it is still recommended to use the [nodejs-lts][] package if only targeting the latest LTS release is required.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
[nodejs-lts]: https://chocolatey.org/packages/nodejs-lts "Node.js LTS Package"
]]></description>
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-v17.9.0-x86.msi"
$filePath64 = "$toolsPath\node-v17.9.0-x64.msi"
$filePath32 = "$toolsPath\node-v18.3.0-x86.msi"
$filePath64 = "$toolsPath\node-v18.3.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
7 changes: 4 additions & 3 deletions automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.19.1",
"14": "14.19.3",
"15": "15.14.0",
"16": "16.14.2",
"17": "17.9.0"
"16": "16.15.1",
"17": "17.9.1",
"18": "18.3.0"
}
8 changes: 5 additions & 3 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>17.9.0</version>
<version>18.3.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 @@ -14,7 +14,9 @@ Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
This package runs the official Node JS installer, resulting in Node.exe and NPM being installed under Program Files, and added to the SYSTEM PATH environment variable.
## Notes
While this package now provides both **Current** and **LTS** releases of Node.js, it is still recommended to use the [nodejs-lts][] package if only targeting the latest LTS release is required.
- While this package now provides both **Current** and **LTS** releases of Node.js, it is still recommended to use the [nodejs-lts][] package if only targeting the latest LTS release is required.
- - **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
[nodejs-lts]: https://chocolatey.org/packages/nodejs-lts "Node.js LTS Package"
]]></description>
Expand All @@ -28,7 +30,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-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[17.9.0]" />
<dependency id="nodejs.install" version="[18.3.0]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/4589815e4849499c67125ff68563fa102646b869/VSCodeSetup-ia32-1.68.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/4589815e4849499c67125ff68563fa102646b869/VSCodeSetup-x64-1.68.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/15253f1528573fc8f84e956b21af4bad57f38c07/VSCodeSetup-ia32-1.68.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/15253f1528573fc8f84e956b21af4bad57f38c07/VSCodeSetup-x64-1.68.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '4e34c7cd9c7fc979c1b13cdc6927694a3cdc86ab1e5b617d9f0bd8d09d1c19b4ef58fc1aaa0d2e1645355234ea46b2b83b5ee6931e0ca8964da12d161ae64a40'
checksum = 'f97e2d14deff3255f192052369265091c6c38bb1cb8ce95eac6daf69e7ae7886516519aefb36e16ff6aa012e14f31107b35df79202d196243c3f1f6e106ae176'
checksumType = 'sha512'
checksum64 = 'de9c5946559f959e09797098dfc10707a7d78c49f2c6d46360af2fbf7b496555fd2ea3eee8b8a39db3b8d48a1c5e572abd4a4d9ab8e1a9e38fc3c558626e22ae'
checksum64 = '301ccd0b802007dd24c9d6e1bf7442fbfdd68c2fa5fdbdb431c9039ea52d6d65db0bceb7349ae7da096eac0e5dd855a32839de00cc616cfd69b0a13de3bf8cc3'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.68.0.20220601</version>
<version>1.68.0.20220602</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.68.0.20220601</version>
<version>1.68.0.20220602</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.68.0.20220601]" />
<dependency id="vscode-insiders.install" version="[1.68.0.20220602]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit ad70880

Please sign in to comment.