Skip to content

Commit

Permalink
AU: 2 updated - ccleaner php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 16, 2022
1 parent a9cc0b1 commit 486ea5d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/ccleaner/ccleaner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ccleaner</id>
<title>CCleaner</title>
<version>5.89.9401</version>
<version>5.90.9443</version>
<authors>Piriform</authors>
<owners>chocolatey-community,maartenba, tonigellida</owners>
<summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ccleaner/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://download.ccleaner.com/ccsetup589.exe'
checksum = '0D0282A7C084B7EF46618573D8FCED2482F59815F7CBA1508E67DAA0CEB04A6E'
url = 'https://download.ccleaner.com/ccsetup590.exe'
checksum = '5C75F25EC38E52C94112AEFC9A22259E22E33A55D474B0DD33D257E683C4EAC4'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
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-8.1.2-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.2-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.2-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.2-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.3-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.3-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.3-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.3-nts-Win32-vs16-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): 818777910B54AD8758E4BAB4CA500E91685F05AF814DE8944281F3A0E900B4D1
checksum64 (threadsafe): 54DA683E26C3ECE2AE52802C907808E651DEFE79B4DD4A0A173D5126C483F1C3
checksum32 (non-threadsafe): 07CADB6DA1A0125F4801278AC14EAB7A26736F43B7C67A6C1A9E8041E6005D89
checksum64 (non-threadsafe): 8B790E9078392C8E611D33DAD52C0F9B43134100DB4DC270C14EEF36C7CA1756
checksum32 (threadsafe): A3CA381C1C054846B63C95809AD05B28F39E56C474E13282CE5E2B8071460D66
checksum64 (threadsafe): F0D5E3FF04C0E4CE84BC534E25D8872A729DD3442DB2490ED74634FC2214D192
checksum32 (non-threadsafe): 5BC0FF27B242D5F5B54C9E8510D54CB5232F0741DC6B1BDCD341FA328CAAF741
checksum64 (non-threadsafe): B95B01DC6A0FEC7AEDFDAFEDB23F9BB7E99A997C441E5F4551EA1DDCAA2EB8A2

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
4 changes: 2 additions & 2 deletions automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"7.2": "7.2.34",
"7.3": "7.3.33",
"7.4": "7.4.27",
"8.0": "8.0.15",
"8.1": "8.1.2"
"8.0": "8.0.16",
"8.1": "8.1.3"
}
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>8.1.2</version>
<version>8.1.3</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-8.php#8.1.2</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.1.3</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-8.1.2-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.1.2-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.1.2-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.1.2-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.1.3-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.1.3-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.1.3-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.1.3-nts-Win32-vs16-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down

0 comments on commit 486ea5d

Please sign in to comment.