Skip to content

Commit

Permalink
AU: 5 updated - nodejs nodejs.install notepadplusplus notepadplusplus…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 9, 2017
1 parent c5baf62 commit 15b2ea3
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 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/v7.7.1/node-v7.7.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v7.7.1/node-v7.7.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v7.7.2/node-v7.7.2-x86.msi>
64-Bit: <https://nodejs.org/dist/v7.7.2/node-v7.7.2-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: 9947A4B357F9D0300BBC4310C74D2444B5CB31F95FFF7706386A67417ADE00D8
checksum64: 283A71889531F942664967E91E554036DEB53EFFBBCA663B8E5C079045CD6BE6
checksum32: D7B240210A842F12793E7972EB2511D7CDCEA5CBEBEBF7DD6B2BBEEE68B70B52
checksum64: 3D5A537A2D14615AF8FB4E569033B18129C72380223BEAA5A902832CEAA863FB

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.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>7.7.1</version>
<version>7.7.2</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, 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-v7.7.1-x86.msi"
$filePath64 = "$toolsPath\node-v7.7.1-x64.msi"
$filePath32 = "$toolsPath\node-v7.7.2-x86.msi"
$filePath64 = "$toolsPath\node-v7.7.2-x64.msi"
$installFile = if ((Get-ProcessorBits 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.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>7.7.1</version>
<version>7.7.2</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ If you want the **LTS** (Long Term Support) release of Node.js, install the [nod
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[7.7.1]" />
<dependency id="nodejs.install" version="[7.7.2]" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus.commandline</id>
<title>Notepad++ (Portable, CommandLine)</title>
<version>7.3.2</version>
<version>7.3.3</version>
<authors>Don Ho</authors>
<owners>chocolatey</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$packageName = 'notepadplusplus.commandline'
$url32 = 'https://notepad-plus-plus.org/repository/7.x/7.3.2/npp.7.3.2.bin.7z'
$url64 = 'https://notepad-plus-plus.org/repository/7.x/7.3.2/npp.7.3.2.bin.x64.7z'
$checksum32 = 'efefd896c49185172235f8a84e051712899b8e929afb7c795cdbdc15eee96b82'
$checksum64 = 'd0c44a6409b383e023a732842652c241fb1e2be5fe5950a7d46eac318594108c'
$url32 = 'https://notepad-plus-plus.org/repository/7.x/7.3.3/npp.7.3.3.bin.7z'
$url64 = 'https://notepad-plus-plus.org/repository/7.x/7.3.3/npp.7.3.3.bin.x64.7z'
$checksum32 = '672eb5f7cc36f2e5b98f8ca906141b3abac2f131736d704c93f3cc4469f29c4f'
$checksum64 = 'f54c62ce4f8de6a7cd008489e7440b9fc3f2e81eb186b17e4d603177cd20865e'
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus.install</id>
<title>Notepad++ (Install)</title>
<version>7.3.2</version>
<version>7.3.3</version>
<authors>Don Ho</authors>
<owners>chocolatey</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/notepadplusplus.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$packageName = 'notepadplusplus'
$url32 = 'https://notepad-plus-plus.org/repository/7.x/7.3.2/npp.7.3.2.Installer.exe'
$url64 = 'https://notepad-plus-plus.org/repository/7.x/7.3.2/npp.7.3.2.Installer.x64.exe'
$checksum32 = '9c914b2922ad9fd625cfd507699b2589b9d68104d5f120304961d960cf201a89'
$checksum64 = '94f0b5c9ace8a431ca0be9e754a544d8434de918494ad17dedff28523b6bbcde'
$url32 = 'https://notepad-plus-plus.org/repository/7.x/7.3.3/npp.7.3.3.Installer.exe'
$url64 = 'https://notepad-plus-plus.org/repository/7.x/7.3.3/npp.7.3.3.Installer.x64.exe'
$checksum32 = 'c59a2b8ba98d0bb849e55aa8ad1cfc9af54ed9acc1a087a43033e23bebedc0e8'
$checksum64 = '656e7a31ee07d7febcb49822dd166cb72afe23d4dccf546f2c6b45bcd959e5a1'

$packageArgs = @{
packageName = $packageName
Expand Down
4 changes: 2 additions & 2 deletions automatic/notepadplusplus/notepadplusplus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus</id>
<title>Notepad++</title>
<version>7.3.2</version>
<version>7.3.3</version>
<authors>Don Ho</authors>
<owners>chocolatey</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down Expand Up @@ -39,7 +39,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a
<mailingListUrl>https://notepad-plus-plus.org/community/</mailingListUrl>
<bugTrackerUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/issues</bugTrackerUrl>
<dependencies>
<dependency id="notepadplusplus.install" version="[7.3.2]" />
<dependency id="notepadplusplus.install" version="[7.3.3]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
Expand Down

0 comments on commit 15b2ea3

Please sign in to comment.