Skip to content

Commit

Permalink
AU: 3 updated - nodejs nodejs.install palemoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 30, 2019
1 parent 33bbd24 commit 577f04c
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 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/v12.1.0/node-v12.1.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v12.1.0/node-v12.1.0-x64.msi>
32-Bit: <https://nodejs.org/download/release/latest-v11.x/node-v11.15.0-x86.msi>
64-Bit: <https://nodejs.org/download/release/latest-v11.x/node-v11.15.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: ACA7A76D4F10E828EA4B4F155047FB3F9C3C97293A19E7EDABE917387726A5A2
checksum64: 263A106284890F71F03D8A080B9FAD4121EAAA47110CB365A4D69DF6971B11E7
checksum32: B2D824007BFAA20B2194830F53F9A58F48A029EC6C78E0820FEA7927A78E9F48
checksum64: D383C648F637AA672F425431D4B97D3FD921BDB86E8502BB245794AD4832B1EB

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 @@ -4,6 +4,6 @@
"8": "8.16.0",
"9": "9.11.1",
"10": "10.15.3",
"11": "11.14.0",
"11": "11.15.0",
"12": "12.1.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>12.1.0</version>
<version>11.15.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-v12.1.0-x86.msi"
$filePath64 = "$toolsPath\node-v12.1.0-x64.msi"
$filePath32 = "$toolsPath\node-v11.15.0-x86.msi"
$filePath64 = "$toolsPath\node-v11.15.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 @@ -4,6 +4,6 @@
"8": "8.16.0",
"9": "9.11.1",
"10": "10.15.3",
"11": "11.14.0",
"11": "11.15.0",
"12": "12.1.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>12.1.0</version>
<version>11.15.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.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[12.1.0]" />
<dependency id="nodejs.install" version="[11.15.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@bceb375ac10f0c0a67e2735df00560519a078c8c/icons/palemoon.png" width="48" height="48"/> [palemoon](https://chocolatey.org/packages/palemoon)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@bceb375ac10f0c0a67e2735df00560519a078c8c/icons/palemoon.png" width="48" height="48"/> [palemoon](https://chocolatey.org/packages/palemoon)


Pale Moon is an Open Source, Goanna-based web browser available for Microsoft Windows and Linux (with other operating systems in development), focusing on efficiency and ease of use.
Expand Down
6 changes: 3 additions & 3 deletions 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>28.4.1</version>
<version>28.5.0</version>
<authors>Moonchild Productions</authors>
<owners>Redsandro,chocolatey</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down Expand Up @@ -41,9 +41,9 @@ This browser, even though fairly close to Gecko-based browsers like Mozilla Fire
<copyright>2009-2016 Moonchild Productions</copyright>
<licenseUrl>https://github.com/MoonchildProductions/Pale-Moon/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@bceb375ac10f0c0a67e2735df00560519a078c8c/icons/palemoon.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@bceb375ac10f0c0a67e2735df00560519a078c8c/icons/palemoon.png</iconUrl>
<releaseNotes>https://www.palemoon.org/releasenotes.shtml</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/palemoon</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/palemoon</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
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-28.4.1.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.4.1.win64.installer.exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-28.5.0.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.5.0.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '79a8e1b1b147650bd48cb61132b72c7824a88b879d4447f54a489fe7d9320c0c'
checksum = '7bb7c27c35a8073825d79827d5b135dbd2d0a65bad43d7e5f302edee739cc6d9'
checksumType = 'sha256'
checksum64 = '749314bb3a6781f263d0a08ebb7bc9735963e7d6da3f459e77d0659bdef614e9'
checksum64 = '0a5e38458b9d9b300bfbb39ae32e80e44a419ca53efa4dfe423f90da3e67faf8'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down

0 comments on commit 577f04c

Please sign in to comment.