diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index 00978c7ca33..6ead957e90d 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: 8CC3AE7CE876E26994ED87FFF72922468AC2B5C3B079F28FA6DC36B0B6DBF134 - checksum64: 9D03D6BC78D7375FA549005C9B12CF5DA4B01EE52B60834107F5F603D82A68F2 + checksum32: 2B6F4E2381976578A751EF3180D127205ABC0A13F61FE57A13F11E13410348E9 + checksum64: 452A0FA9CBAC277558808FF888E0C924DEB5B51945FAD67E83FAD6C7391C1203 File 'LICENSE.txt' is obtained from diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index 1cc9a33b85b..391dab631a0 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -15,8 +15,8 @@ "9.8": "9.8.0", "9.9": "9.9.0", "4.9": "4.9.1", - "6.14": "6.14.3", - "8.11": "8.11.3", + "6.14": "6.14.4", + "8.11": "8.11.4", "9.10": "9.10.1", "9.11": "9.11.1", "10.0": "10.0.0", @@ -26,5 +26,6 @@ "10.5": "10.5.0", "10.6": "10.6.0", "10.7": "10.7.0", - "10.8": "10.8.0" + "10.8": "10.8.0", + "10.9": "10.9.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index 4dd98bb50ce..5fad5e85ebd 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 10.8.0 + 8.11.4 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 5684d053b1b..07a12336c51 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-v10.8.0-x86.msi" -$filePath64 = "$toolsPath\node-v10.8.0-x64.msi" +$filePath32 = "$toolsPath\node-v8.11.4-x86.msi" +$filePath64 = "$toolsPath\node-v8.11.4-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 51ce6314f9b..0c92f190da2 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -16,8 +16,8 @@ "9.8": "9.8.0", "9.9": "9.9.0", "4.9": "4.9.1", - "6.14": "6.14.3", - "8.11": "8.11.3", + "6.14": "6.14.4", + "8.11": "8.11.4", "9.10": "9.10.1", "9.11": "9.11.1", "10.0": "10.0.0", @@ -27,5 +27,6 @@ "10.5": "10.5.0", "10.6": "10.6.0", "10.7": "10.7.0", - "10.8": "10.8.0" + "10.8": "10.8.0", + "10.9": "10.9.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index e1c1ea9cafa..3324332ad7b 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 10.8.0 + 8.11.4 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.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png - + diff --git a/automatic/php/php.json b/automatic/php/php.json index 06fafe5559a..d787438830b 100644 --- a/automatic/php/php.json +++ b/automatic/php/php.json @@ -1,6 +1,6 @@ { - "7.1": "7.1.20", + "7.1": "7.1.21", "7.0": "7.0.31", "5.6": "5.6.37", - "7.2": "7.2.8" + "7.2": "7.2.9" } diff --git a/automatic/php/php.nuspec b/automatic/php/php.nuspec index c7efd71a0be..69d3196db47 100644 --- a/automatic/php/php.nuspec +++ b/automatic/php/php.nuspec @@ -4,7 +4,7 @@ php PHP (Hypertext Preprocessor) - 5.6.37 + 7.2.9 PHP Authors chocolatey, Rob Reynolds PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. @@ -24,13 +24,13 @@ For example: `--params '"/ThreadSafe ""/InstallDir:C:\PHP"""'`. php development programming foss cross-platform admin http://us.php.net/license/ false - https://secure.php.net/ChangeLog-5.php#5.6.37 + https://secure.php.net/ChangeLog-7.php#7.2.9 https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg https://bugs.php.net/ https://secure.php.net/docs.php http://git.php.net - + diff --git a/automatic/php/tools/downloadInfo.csv b/automatic/php/tools/downloadInfo.csv index ed5483d7014..9b356fc8eba 100644 --- a/automatic/php/tools/downloadInfo.csv +++ b/automatic/php/tools/downloadInfo.csv @@ -1,2 +1,2 @@ -threadsafe|http://windows.php.net/downloads/releases/php-5.6.37-Win32-VC11-x86.zip|http://windows.php.net/downloads/releases/php-5.6.37-Win32-VC11-x64.zip|da703d991467df27db3fc56aef27b55e3ae768751968a1a56a0010fb4bd86072|e36ffe59322bdf5eaf9f2bcba0400fcfbcfd6eb9519d753a83a8c037de5b181a -not-threadsafe|http://windows.php.net/downloads/releases/php-5.6.37-nts-Win32-VC11-x86.zip|http://windows.php.net/downloads/releases/php-5.6.37-nts-Win32-VC11-x64.zip|b2ff6474f80ebb940874cc555af02a3955a697e3cdaae3b67eeaf1fa61db5c27|b675b4a8b12d1d0847f41298c9db9640c362632e78cb20df4e4fb2587cfcd262 +threadsafe|http://windows.php.net/downloads/releases/php-7.2.9-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.2.9-Win32-VC15-x64.zip|56208021ea3578bfc2e62b7db802405c2b5b9456d0d5178f870b92cdbe612403|61482496fc51562171812ef09ef4daab68ca4c395c957f1bf5c883a8e6821252 +not-threadsafe|http://windows.php.net/downloads/releases/php-7.2.9-nts-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.2.9-nts-Win32-VC15-x64.zip|f950aca1a8772a9c9fcee7be2ca09e6a5f04d37b49d5d1c699b7ac622d62b25f|4f6b8b986e4c1e1388aaa9cd0e3bda01f93ad53a8a579b3917b0674010b75deb diff --git a/automatic/zotero-standalone/legal/VERIFICATION.txt b/automatic/zotero-standalone/legal/VERIFICATION.txt index b2ea084b953..62576336b85 100644 --- a/automatic/zotero-standalone/legal/VERIFICATION.txt +++ b/automatic/zotero-standalone/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on (The listed url gets redirected to another one) and can be verified by doing the following: -1. Download the following +1. Download the following 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum: 9E68D02E55CED82704EDFA77D8702E9D38CD43F2FAAA18440774BF6A69B554E0 + checksum: B805563782404453148646D85D8DC96A3015BA4E998C6D204399270EFD9D8D07 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/zotero-standalone/tools/chocolateyInstall.ps1 b/automatic/zotero-standalone/tools/chocolateyInstall.ps1 index 8e8187d0dbb..80ac3fc4197 100644 --- a/automatic/zotero-standalone/tools/chocolateyInstall.ps1 +++ b/automatic/zotero-standalone/tools/chocolateyInstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ silentArgs = '/S' validExitCodes = @(0) softwareName = 'Zotero Standalone *' - file = "$toolsPath\Zotero-5.0.54_setup.exe" + file = "$toolsPath\Zotero-5.0.55_setup.exe" } Install-ChocolateyInstallPackage @packageArgs diff --git a/automatic/zotero-standalone/zotero-standalone.nuspec b/automatic/zotero-standalone/zotero-standalone.nuspec index aa80ac2e728..f6d676dfc46 100644 --- a/automatic/zotero-standalone/zotero-standalone.nuspec +++ b/automatic/zotero-standalone/zotero-standalone.nuspec @@ -5,7 +5,7 @@ zotero-standalone Zotero Standalone chocolatey - 5.0.54 + 5.0.55 Center for History and New Media, et. al. Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/430b7ebac494468d32c2c20e362a01321a483642/icons/zotero-standalone.png