From 577f04c7182984e31e23d53b0472f69813e8cb4e Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 30 Apr 2019 18:12:45 +0000 Subject: [PATCH] AU: 3 updated - nodejs nodejs.install palemoon [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/0b74d5d7da988cac84a9f5e0c5bfb10b4ff89c28 --- automatic/nodejs.install/legal/VERIFICATION.txt | 8 ++++---- automatic/nodejs.install/nodejs.install.json | 2 +- automatic/nodejs.install/nodejs.install.nuspec | 2 +- automatic/nodejs.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/nodejs/nodejs.json | 2 +- automatic/nodejs/nodejs.nuspec | 4 ++-- automatic/palemoon/README.md | 2 +- automatic/palemoon/palemoon.nuspec | 6 +++--- automatic/palemoon/tools/chocolateyInstall.ps1 | 8 ++++---- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index 7c8b2225235..05d61d8fceb 100644 --- a/automatic/nodejs.install/legal/VERIFICATION.txt +++ b/automatic/nodejs.install/legal/VERIFICATION.txt @@ -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: - 64-Bit: + 32-Bit: + 64-Bit: 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 diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index 1f8db816e98..80fe12d722e 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -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" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index 6e74a9fe124..b71adda3dbb 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 12.1.0 + 11.15.0 Node.js Foundation chocolatey, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. diff --git a/automatic/nodejs.install/tools/chocolateyInstall.ps1 b/automatic/nodejs.install/tools/chocolateyInstall.ps1 index 40fc6e440f9..8d693b15369 100644 --- a/automatic/nodejs.install/tools/chocolateyInstall.ps1 +++ b/automatic/nodejs.install/tools/chocolateyInstall.ps1 @@ -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 } diff --git a/automatic/nodejs/nodejs.json b/automatic/nodejs/nodejs.json index 1f8db816e98..80fe12d722e 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -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" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index 40db4ae0662..c36ecd98ec7 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 12.1.0 + 11.15.0 Node.js Foundation chocolatey, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png - + diff --git a/automatic/palemoon/README.md b/automatic/palemoon/README.md index 8ea8e1065e4..7a85d4fc078 100644 --- a/automatic/palemoon/README.md +++ b/automatic/palemoon/README.md @@ -1,4 +1,4 @@ -# [palemoon](https://chocolatey.org/packages/palemoon) +# [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. diff --git a/automatic/palemoon/palemoon.nuspec b/automatic/palemoon/palemoon.nuspec index cfbc5e20802..bc90176c9d4 100644 --- a/automatic/palemoon/palemoon.nuspec +++ b/automatic/palemoon/palemoon.nuspec @@ -4,7 +4,7 @@ palemoon Pale Moon browser - 28.4.1 + 28.5.0 Moonchild Productions Redsandro,chocolatey A Firefox-based web browser optimized for modern hardware. @@ -41,9 +41,9 @@ This browser, even though fairly close to Gecko-based browsers like Mozilla Fire 2009-2016 Moonchild Productions https://github.com/MoonchildProductions/Pale-Moon/blob/master/LICENSE false - https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@bceb375ac10f0c0a67e2735df00560519a078c8c/icons/palemoon.png + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@bceb375ac10f0c0a67e2735df00560519a078c8c/icons/palemoon.png https://www.palemoon.org/releasenotes.shtml - https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/palemoon + https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/palemoon diff --git a/automatic/palemoon/tools/chocolateyInstall.ps1 b/automatic/palemoon/tools/chocolateyInstall.ps1 index 04dea300771..e409b8cbc80 100644 --- a/automatic/palemoon/tools/chocolateyInstall.ps1 +++ b/automatic/palemoon/tools/chocolateyInstall.ps1 @@ -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-"