Skip to content

Commit

Permalink
AU: 3 updated - php smartftp sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 27, 2021
1 parent 5a0bf5c commit f1d24c1
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 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.4.25-Win32-vc15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.25-Win32-vc15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.25-nts-Win32-vc15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.25-nts-Win32-vc15-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.32-Win32-VC15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.32-Win32-VC15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.32-nts-Win32-VC15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.32-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): 7B9899290D1EAB8C79F9155D9FCD3C73CD397C79F6B50FEA48A7046C2C391434
checksum64 (threadsafe): 4F52D4DBAAF21CC9C5D7E7B96650EE11D99C7AD2C5655A825CBAB452E026C98B
checksum32 (non-threadsafe): AB9181A3812E00E285CF150B34EEA41530DE0AAA36647FDEDF4EB2F02D9A9910
checksum64 (non-threadsafe): 7634C8E6A9812384FDD3C392C3BE741062CCFB0C9DF79733E53EEC9AB9E8E33F
checksum32 (threadsafe): 2EB50095857546A15F7E0A1FCD06C9DBC2FA04CE1E8CD72E47D235F155C17FF9
checksum64 (threadsafe): 9006A6072D72D70D960CF79EF6984597DC7BFD123FB9E8B2C230F2F4F8C9079E
checksum32 (non-threadsafe): 89B7364ECDD91D42AC1AA26A2C74E210C58AB7647B97AD92BDEC048528CDFC4E
checksum64 (non-threadsafe): CF39C9747D0321015B4487F6581EAF89E38D0AEBC5C6AA5F9079D933D94B2F4A

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,7 +3,7 @@
"7.0": "7.0.33",
"5.6": "5.6.40",
"7.2": "7.2.34",
"7.3": "7.3.31",
"7.3": "7.3.32",
"7.4": "7.4.25",
"8.0": "8.0.12"
}
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.4.25</version>
<version>7.3.32</version>
<authors>PHP Authors</authors>
<owners>chocolatey-community, 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://www.php.net/ChangeLog-7.php#7.4.25</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-7.php#7.3.32</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@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.4.25-Win32-vc15-x86.zip"
filets64 = "$toolsPath\php-7.4.25-Win32-vc15-x64.zip"
filents32 = "$toolsPath\php-7.4.25-nts-Win32-vc15-x86.zip"
filents64 = "$toolsPath\php-7.4.25-nts-Win32-vc15-x64.zip"
filets32 = "$toolsPath\php-7.3.32-Win32-VC15-x86.zip"
filets64 = "$toolsPath\php-7.3.32-Win32-VC15-x64.zip"
filents32 = "$toolsPath\php-7.3.32-nts-Win32-VC15-x86.zip"
filents64 = "$toolsPath\php-7.3.32-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-community</owners>
<version>10.0.2920.0</version>
<version>10.0.2921.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
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '2080f94365eb15be2efd935eef874ce36cf52718d3a4cda61b91a34dd9b6aa75'
checksum64 = '839bb0e88dd93dbec235478e885d67db5d18f8e75048a144ec1aca8cdbcc6e14'
checksum64 = '854488b1220b60622f160a62977294fbeb96b301387aed5d7899bab7f98dba5b'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2021.10.14</version>
<version>2021.10.26</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '48253400db24d9bd1c3cb0f846775c2d7e72dc2b3f1eab7a18162194e4913994'
checksum = '70c573589fbea5cc7d8f0b4c75e9d4172f932c21ff9368512eb5215e05c97ebb'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = '8a5d6d8f10d2c9f3f52afe0039530979f6f7cd1076f8782b34216121434dc170'
$packageArgs.checksum = '7db0da6ba3ef981cc658419f2d6c334e987c3dbe6e15c49c4c1412977108fa26'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit f1d24c1

Please sign in to comment.