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 Sep 25, 2019
1 parent c5ba257 commit d9c01c7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions automatic/php/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ location on <http://windows.php.net/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.9-Win32-VC15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.9-Win32-VC15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.9-nts-Win32-VC15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.9-nts-Win32-VC15-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.10-Win32-VC15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.10-Win32-VC15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.10-nts-Win32-VC15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.10-nts-Win32-VC15-x64.zip>
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:
checksum32 (threadsafe): 5F005D4BB2D036E263529E7D84A68A2C863CFECEA4C5B533DBD55A8665E04EE2
checksum64 (threadsafe): 08058F9F8715B40CA5BCB41A32A999C6F82038AAB9BC4FF915033904C88230F2
checksum32 (non-threadsafe): 24464F824A76F74655D292257D8E5C8E3DD4F29EBD94F2DCA7C2869FE8F8C7C7
checksum64 (non-threadsafe): 15ECA62CA4CB1B95ECEC375FD4525883863FBCCA1DAB9469818F07DA04EACAA4
checksum32 (threadsafe): CED603FDA3C1429DCD37E394BA272D16DBA385364AD035996828ECAE80AFE79F
checksum64 (threadsafe): 8AE51EFB66D7FA68659F2BD96CE6772F38F5C6A8A2C67ABEBDAF73562B84D9FC
checksum32 (non-threadsafe): 22D52ED5EDB0DE0469DB2F3A6FC6919ED1EAD8ED17747E60C6B3F805EFDDEC35
checksum64 (non-threadsafe): 46475C3B079556F0C46BF9D20F26130A9A369148BE502794F93BA1CFC354F911

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
2 changes: 1 addition & 1 deletion automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"7.0": "7.0.33",
"5.6": "5.6.40",
"7.2": "7.2.22",
"7.3": "7.3.9"
"7.3": "7.3.10"
}
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.3.9</version>
<version>7.3.10</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 @@ -26,7 +26,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir
<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.3.9</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.3.10</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/php/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ if ($installLocation) {
$pp = Get-PackageParameters

$filesInfo = @{
filets32 = "$toolsPath\php-7.3.9-Win32-VC15-x86.zip"
filets64 = "$toolsPath\php-7.3.9-Win32-VC15-x64.zip"
filents32 = "$toolsPath\php-7.3.9-nts-Win32-VC15-x86.zip"
filents64 = "$toolsPath\php-7.3.9-nts-Win32-VC15-x64.zip"
filets32 = "$toolsPath\php-7.3.10-Win32-VC15-x86.zip"
filets64 = "$toolsPath\php-7.3.10-Win32-VC15-x64.zip"
filents32 = "$toolsPath\php-7.3.10-nts-Win32-VC15-x86.zip"
filents64 = "$toolsPath\php-7.3.10-nts-Win32-VC15-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
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.2703.0</version>
<version>9.0.2704.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
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 = '2298250a70fdaf3f3fac5550bfb61b143188d6b551328b685770cb84b62d7a90'
checksum64 = '4d613e1d9c80feb4841bc7c4491af0feeb7395614acaa37ae6690635fdf481e9'
checksum = 'e5d11cf5ff3dcca82c627fab283680e2eb8aa4aaed12a5f135684e1e5d319b1b'
checksum64 = '9710dc1d3a047a6516687b43da05872b79762e860f682b08fed8b19e6c64f242'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit d9c01c7

Please sign in to comment.