From eda84ae32341bcdb84cd706d30cdd07ae1eca5b4 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 20 Jul 2018 06:11:30 +0000 Subject: [PATCH] AU: 4 updated - calibre chromium php smartftp [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/1b041650097faafa936355f7c36b84d9978f7a6e --- automatic/calibre/calibre.nuspec | 2 +- automatic/calibre/legal/VERIFICATION.txt | 8 ++++---- automatic/calibre/tools/chocolateyInstall.ps1 | 4 ++-- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/php/php.json | 2 +- automatic/php/php.nuspec | 6 +++--- automatic/php/tools/downloadInfo.csv | 4 ++-- automatic/smartftp/smartftp.nuspec | 2 +- automatic/smartftp/tools/chocolateyInstall.ps1 | 4 ++-- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/automatic/calibre/calibre.nuspec b/automatic/calibre/calibre.nuspec index f3c0775d245..fdd333b8129 100644 --- a/automatic/calibre/calibre.nuspec +++ b/automatic/calibre/calibre.nuspec @@ -4,7 +4,7 @@ calibre Calibre - 3.27.1 + 3.28.0 Kovid Goyal chocolatey, gep13 calibre is the one stop solution to all your e-book needs. diff --git a/automatic/calibre/legal/VERIFICATION.txt b/automatic/calibre/legal/VERIFICATION.txt index e75371b3e73..df8f65c16e8 100644 --- a/automatic/calibre/legal/VERIFICATION.txt +++ b/automatic/calibre/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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 - checksum32: 6943CE04F8134CB076B9C7010A1258D937F22A587231FC4A9730C7AC76773078 - checksum64: C64F0FEB6EDC6528D277C2AC02DA4BD200E62F1F8438853AC108A2F12D622D08 + checksum32: 346F57139A0E880F84EF09030D4E8259E7FA6DD50ABFD002AF6720F24D7EF91C + checksum64: C5E15A975FED954B42EC209AE951998F943C962D30756A323B9039B0FD008975 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/calibre/tools/chocolateyInstall.ps1 b/automatic/calibre/tools/chocolateyInstall.ps1 index ebb59a73c77..6066da0d1ea 100644 --- a/automatic/calibre/tools/chocolateyInstall.ps1 +++ b/automatic/calibre/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'MSI' - file = "$toolsPath\calibre-3.27.1.msi" - file64 = "$toolsPath\calibre-64bit-3.27.1.msi" + file = "$toolsPath\calibre-3.28.0.msi" + file64 = "$toolsPath\calibre-64bit-3.28.0.msi" softwareName = 'calibre*' silentArgs = '/quiet' validExitCodes = @(0, 3010, 1641) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 282caaa3826..57cd7ad9fad 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "69.0.3497.0-snapshots", + "snapshots": "70.0.3498.0-snapshots", "stable": "67.0.3396.99" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 35ee5d12df4..f539e38b58a 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 69.0.3497.0-snapshots + 70.0.3498.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 253340b283c..bc3a5e9aec9 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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 - checksum32: AAFCF2E15D21AB415149F23AAEA697893B5DF0777C6BB6BD5A977F6B232AE9D1 - checksum64: DBCEB3FD0268485A5A3117DB8D3D7EF47CD73927EE707AAF56E05D43D2339DE1 + checksum32: C1A9395E341F80DE5DD3C6FCDF0BE8AAB6B5BC7EA33EB737A08AFEA0513F6BA9 + checksum64: B6FD1F8498B3C72F3AA4163AD9CE088BC46F20D9283A4394E8F55E64EDCF2E27 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 622e1580ed3..d0a4193845a 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "69.0.3497.0-snapshots" +$version = "70.0.3498.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/php/php.json b/automatic/php/php.json index c4785062fd2..06fafe5559a 100644 --- a/automatic/php/php.json +++ b/automatic/php/php.json @@ -1,6 +1,6 @@ { "7.1": "7.1.20", "7.0": "7.0.31", - "5.6": "5.6.36", + "5.6": "5.6.37", "7.2": "7.2.8" } diff --git a/automatic/php/php.nuspec b/automatic/php/php.nuspec index 7394d861965..c7efd71a0be 100644 --- a/automatic/php/php.nuspec +++ b/automatic/php/php.nuspec @@ -4,7 +4,7 @@ php PHP (Hypertext Preprocessor) - 7.0.31 + 5.6.37 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-7.php#7.0.31 + https://secure.php.net/ChangeLog-5.php#5.6.37 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 63684462efa..ed5483d7014 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-7.0.31-Win32-VC14-x86.zip|http://windows.php.net/downloads/releases/php-7.0.31-Win32-VC14-x64.zip|d1edd399bae930e61f0afae0523a1355d4075a0af21d02a44d05bdfa0a41677e|e1bb1e553369b86b0f9e32bb79fbc040526344e7fad87193c89b98e9fb525a3d -not-threadsafe|http://windows.php.net/downloads/releases/php-7.0.31-nts-Win32-VC14-x86.zip|http://windows.php.net/downloads/releases/php-7.0.31-nts-Win32-VC14-x64.zip|929f8d0c5a746f095689e105e3f112c2ff8726b743b7d10ecd8097f4a3cb9ad4|954314b50a6f6ff6f7c18f12c539fa24a0ac7623791d129ebc19f25634530937 +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 diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index e4ac0ca3df1..a4ec158c037 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey - 9.0.2600.0 + 9.0.2601.0 SmartSoft FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.