Skip to content

Commit

Permalink
AU: 4 updated - nodejs nodejs.install palemoon reshack
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 28, 2018
1 parent 8f327b7 commit 0364299
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 20 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/v9.9.0/node-v9.9.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.9.0/node-v9.9.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v9.10.0/node-v9.10.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v9.10.0/node-v9.10.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: F6ABE59582AA068A9C48C3705F8C644C857900EEBF321DCC3D488D181E7D3694
checksum64: ECE15616B9093EB6025A945F2121AB281F3E24932618BABB641DC5497704B8A7
checksum32: D590505B28EE081C592EFC82899D57418EE6C0665423A121589614E493281AD3
checksum64: C053E4FE3B6C9F68231C28DF41EB2569453ABB0404C1FB22CC78A5CF2B967283

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
6 changes: 5 additions & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@
"9.7": "9.7.1",
"8.10": "8.10.0",
"9.8": "9.8.0",
"9.9": "9.9.0"
"9.9": "9.9.0",
"4.9": "4.9.0",
"6.14": "6.14.0",
"8.11": "8.11.0",
"9.10": "9.10.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>9.9.0</version>
<version>9.10.0</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-v9.9.0-x86.msi"
$filePath64 = "$toolsPath\node-v9.9.0-x64.msi"
$filePath32 = "$toolsPath\node-v9.10.0-x86.msi"
$filePath64 = "$toolsPath\node-v9.10.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
6 changes: 5 additions & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
"9.7": "9.7.1",
"8.10": "8.10.0",
"9.8": "9.8.0",
"9.9": "9.9.0"
"9.9": "9.9.0",
"4.9": "4.9.0",
"6.14": "6.14.0",
"8.11": "8.11.0",
"9.10": "9.10.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>9.9.0</version>
<version>9.10.0</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 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[9.9.0]" />
<dependency id="nodejs.install" version="[9.10.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>27.8.2</version>
<version>27.8.3</version>
<authors>Moonchild Productions</authors>
<owners>Redsandro,chocolatey</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-27.8.2.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.8.2.win64.installer.exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-27.8.3.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.8.3.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'f711c81512f777fdd63de0044d1a62519e251b7d31fa0a2b69155fd6e46353a6'
checksum = 'c97838cfe49850775d8c0b3ffe7d51f351c018c6a927785bb62beac5b268c083'
checksumType = 'sha256'
checksum64 = 'cb0ba41db44e20f8abd93c966340e362609fba694b52ae633d077d05128adec9'
checksum64 = '9e06fab26f882322833b4b250acc14d17056004b6c48efc3a60e52a0f35d3dff'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
7 changes: 4 additions & 3 deletions automatic/reshack/reshack.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@
<metadata>
<id>reshack</id>
<title>Resource Hacker</title>
<version>4.5.30.20170526</version>
<version>4.6.32</version>
<authors>Angus Johnson</authors>
<owners>Redsandro</owners>
<summary>Resource Hacker is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit and 64bit Windows executables and resource files.</summary>
<description>
<description><![CDATA[
Resource Hacker is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit and 64bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on all (Win95 - Win7) Windows operating systems.
Resource Hacker is a complete resource editing tool: compiling, viewing, decompiling and recompiling resources for both 32bit and 64bit Windows executables.
## Notes
- Only the latest version is available.
</description>
]]></description>
<projectUrl>http://www.angusj.com/resourcehacker/</projectUrl>
<tags>freeware hacking resource executables admin</tags>
<copyright></copyright>
Expand Down
2 changes: 1 addition & 1 deletion automatic/reshack/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = 'reshack'
fileType = 'EXE'
url = 'http://www.angusj.com/resourcehacker/reshacker_setup.exe'
checksum = '32d9aa920d4d97e799fbb630f9bbc4597b52281692175688b6a582501eb0a683'
checksum = 'ee23ab3c5bc3a8a44956ea01e1df278b10427c491d3acc7d031aeb761ac29617'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
validExitCodes = @(0)
Expand Down

0 comments on commit 0364299

Please sign in to comment.