Skip to content

Commit

Permalink
AU: 2 updated - php smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 8, 2017
1 parent 779012c commit 8b190a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions automatic/php/php.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>7.1.5</version>
<version>7.1.6</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 @@ -23,7 +23,7 @@ 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.1.5</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.1.6</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>
Expand Down
4 changes: 2 additions & 2 deletions automatic/php/tools/downloadInfo.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
threadsafe|http://windows.php.net//downloads/releases/php-7.1.5-Win32-VC14-x86.zip|http://windows.php.net//downloads/releases/php-7.1.5-Win32-VC14-x64.zip|fe3a532863a6b4b47490b44f8de0647ca0b3b1dd7e8939ef7164648c90e8c03a|baf4d78b777327265ecbb3a7ed9ed9cd5d9b85119081093745094f7f19406629
not-threadsafe|http://windows.php.net//downloads/releases/php-7.1.5-nts-Win32-VC14-x86.zip|http://windows.php.net//downloads/releases/php-7.1.5-nts-Win32-VC14-x64.zip|e56c05f8c01fa638245a40cf713c5406eb5c1fb5b11b94bdafb130afd923e952|6604e0733ff198a5532050b61c0d0dacca512bf7290d34c9595d0a9060c8cf94
threadsafe|http://windows.php.net//downloads/releases/php-7.1.6-Win32-VC14-x86.zip|http://windows.php.net//downloads/releases/php-7.1.6-Win32-VC14-x64.zip|d0a51dd11221f1729a6d11d32f95db1ae571cfeab71dee55e2048571f51f6a81|db8d82c066c60a9588e96661a073a3fe5c0d574990d58f1aedbbb1de8c27cda1
not-threadsafe|http://windows.php.net//downloads/releases/php-7.1.6-nts-Win32-VC14-x86.zip|http://windows.php.net//downloads/releases/php-7.1.6-nts-Win32-VC14-x64.zip|b61c6c9bf42106f9278c4948d6eabb7336869b172660d4915b39f610d161a81c|dcd1ba9b3bc70b68bf61c600174e1c356dcafb49b6b5896e14d5d537c39fb888
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2446.0</version>
<version>9.0.2447.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>
Expand Down
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
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 = 'c40754c4fc68181c51912a40c663b1efa5dc0a4a8c2a5b442290ff264e6e804e'
checksum64 = 'f23073c4b2a3f20253a24dbe07a5b96e36cca3b0fea42df4baede893e9252cf6'
checksum = 'e24cbc34d10d8f76c099acd4916a4884d747d5757c36a30938dcdae13ea84e39'
checksum64 = '56d693b7b60c5d2eb40fc20788b1cc01858a54ddb7f1dbdc1d9218206112de20'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 8b190a4

Please sign in to comment.