Skip to content

Commit

Permalink
AU: 4 updated - php winscp winscp.install winscp.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 27, 2019
1 parent 972a862 commit eb7b16d
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 26 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.2.25-Win32-VC15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.2.25-Win32-VC15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.2.25-nts-Win32-VC15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.2.25-nts-Win32-VC15-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.0-Win32-vc15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.0-Win32-vc15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.0-nts-Win32-vc15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.0-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): 526771175C54D367098059B005CC9F583F1D616FAB495CEF9AEA96FBB7ABC04E
checksum64 (threadsafe): 95C71A3A1676F07F0F3E38F0DFE9210106D7EE70BAA7D278C78CF12D949298CF
checksum32 (non-threadsafe): 1447A65AA1660925944D6A4641C45FAA5E04FCA0365571DE42A50B6476DB0EFB
checksum64 (non-threadsafe): 782CC68BA3CCBDE669EF2D2A8F2FF6B315967143983797D11F5E0D8833BF7472
checksum32 (threadsafe): 1141BF90B740708AA8A765382EB41B623467C84D6774DD04D9407FC756A9F71C
checksum64 (threadsafe): E29FB3AA07A99ADA30E013CB1D9F062E3360CA0B842201899CB5F4C658A7DBAB
checksum32 (non-threadsafe): 90A033FA5CA62967301757074F35A41A35EDFED4F6A61520D415A0C1999422F8
checksum64 (non-threadsafe): 7276047507CEDAF75427F792203962CD9E0A1ABF0E7DF1B377950CF57FAA973D

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
3 changes: 2 additions & 1 deletion automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"7.0": "7.0.33",
"5.6": "5.6.40",
"7.2": "7.2.25",
"7.3": "7.3.12"
"7.3": "7.3.12",
"7.4": "7.4.0"
}
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.2.25</version>
<version>7.4.0</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.2.25</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.4.0</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.2.25-Win32-VC15-x86.zip"
filets64 = "$toolsPath\php-7.2.25-Win32-VC15-x64.zip"
filents32 = "$toolsPath\php-7.2.25-nts-Win32-VC15-x86.zip"
filents64 = "$toolsPath\php-7.2.25-nts-Win32-VC15-x64.zip"
filets32 = "$toolsPath\php-7.4.0-Win32-vc15-x86.zip"
filets64 = "$toolsPath\php-7.4.0-Win32-vc15-x64.zip"
filents32 = "$toolsPath\php-7.4.0-nts-Win32-vc15-x86.zip"
filents64 = "$toolsPath\php-7.4.0-nts-Win32-vc15-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
4 changes: 2 additions & 2 deletions automatic/winscp.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to https://winscp.net/eng/download.php

x32: https://sourceforge.net/projects/winscp/files/WinSCP/5.15.5/WinSCP-5.15.5-Setup.exe/download
x32: https://sourceforge.net/projects/winscp/files/WinSCP/5.15.7/WinSCP-5.15.7-Setup.exe/download

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 412B598C02C9ABE34F457A49BFFCB9CCA35491FEC8AE6E674CFC3D34B5427133
checksum32: 391A218AE86042E769E0849EDCB680192924106FAC9C6067FB151E8338C224CC

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-3.0.txt
4 changes: 2 additions & 2 deletions automatic/winscp.install/winscp.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winscp.install</id>
<version>5.15.5</version>
<version>5.15.7</version>
<title>WinSCP (Install)</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey, dtgm</owners>
Expand Down Expand Up @@ -33,7 +33,7 @@
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-5.15.5-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-5.15.7-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://sourceforge.net/p/winscp/code/</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/winscp.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to https://winscp.net/eng/download.php

x32: https://sourceforge.net/projects/winscp/files/WinSCP/5.15.3/WinSCP-5.15.3-Portable.zip/download
x32: https://sourceforge.net/projects/winscp/files/WinSCP/5.15.7/WinSCP-5.15.7-Portable.zip/download

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 1BF8EFC533EBC94775F6F8D22D68B7C4CB6AC781221DEB7813D74DD0CA5952AD
checksum32: 3BD11DD55FB4E851EB563044D5684127C7D7F4A87537AFCDF68326A3E7EF6481

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-3.0.txt
Binary file modified automatic/winscp.portable/tools/WinSCP.com
Binary file not shown.
4 changes: 2 additions & 2 deletions automatic/winscp.portable/winscp.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winscp.portable</id>
<version>5.15.3</version>
<version>5.15.7</version>
<title>WinSCP (Portable)</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey, dtgm</owners>
Expand Down Expand Up @@ -33,7 +33,7 @@
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-5.15.3-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-5.15.7-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://sourceforge.net/p/winscp/code/</projectSourceUrl>
Expand Down
6 changes: 3 additions & 3 deletions automatic/winscp/winscp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winscp</id>
<version>5.15.5</version>
<version>5.15.7</version>
<title>WinSCP</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey, dtgm</owners>
Expand Down Expand Up @@ -33,7 +33,7 @@
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-5.15.5-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-5.15.7-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://sourceforge.net/p/winscp/code/</projectSourceUrl>
Expand All @@ -42,7 +42,7 @@
<mailingListUrl>https://winscp.net/forum/index.php</mailingListUrl>
<bugTrackerUrl>https://winscp.net/tracker/</bugTrackerUrl>
<dependencies>
<dependency id="winscp.install" version="[5.15.5]" />
<dependency id="winscp.install" version="[5.15.7]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit eb7b16d

Please sign in to comment.