Skip to content

Commit

Permalink
AU: 4 updated - calibre chromium php smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 20, 2018
1 parent 7a12bbf commit eda84ae
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>3.27.1</version>
<version>3.28.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/calibre/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://download.calibre-ebook.com/3.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://download.calibre-ebook.com/3.27.1/calibre-3.27.1.msi>
64-Bit software: <https://download.calibre-ebook.com/3.27.1/calibre-64bit-3.27.1.msi>
32-Bit software: <https://download.calibre-ebook.com/3.28.0/calibre-3.28.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.28.0/calibre-64bit-3.28.0.msi>
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 <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
4 changes: 2 additions & 2 deletions automatic/calibre/tools/chocolateyInstall.ps1
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion 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"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>69.0.3497.0-snapshots</version>
<version>70.0.3498.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/576366/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/576365/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/576770/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/576782/mini_installer.exe>
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 <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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"
}
6 changes: 3 additions & 3 deletions automatic/php/php.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>7.0.31</version>
<version>5.6.37</version>
<authors>PHP Authors</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</summary>
Expand All @@ -24,13 +24,13 @@ For example: `--params '"/ThreadSafe ""/InstallDir:C:\PHP"""'`.
<tags>php development programming foss cross-platform admin</tags>
<licenseUrl>http://us.php.net/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.0.31</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-5.php#5.6.37</releaseNotes>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
<projectSourceUrl>http://git.php.net</projectSourceUrl>
<dependencies>
<dependency id="vcredist140" version="14.0.24215.1" />
<dependency id="vcredist2012" version="11.0.61031" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="chocolatey" version="0.10.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions 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
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2600.0</version>
<version>9.0.2601.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = 'f3d2996bc5cd08b731797d83efe275c5738de41ffa79d646448637d0c0bd9878'
checksum64 = '683848ea890953635ece99f6564d67fea4cadf4ae763d75a5f5067d7b2e2bdb7'
checksum = 'fe36e90b8a2aed37192680a851b564ab8ac3994f292aa422dd33f6c3c1f39a82'
checksum64 = '05b10e555d192ddda0e8172e32502e10aa70bfbd93e0a42e81bba96e92a05e00'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit eda84ae

Please sign in to comment.