diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index c1ba7cb2dff..f14e7388dfe 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 106.0.5249.61-beta + 107.0.5304.18-beta Google Chrome Beta chocolatey-community,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index 1bc7ed47da6..dc039f72284 100644 --- a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 +++ b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '106.0.5249.61-beta' +$version = '107.0.5304.18-beta' if ($version -eq (Get-ChromeBetaVersion)) { Write-Host "Google Chrome Beta $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi' - checksum = 'be1bb5a2af33c4853c34ae42d65dc2387c6b0e327e15153f371c6e54d01a4bd4' - checksum64 = 'e5fb43afb8596382d49a013723621cdec6715a3e8869683c47e6677f2fdd1190' + checksum = 'c6386767a6ef3ce087bd80cfda067f1a152bc4d9ac460754614ce5f0ddfa1d1f' + checksum64 = '09061e3fb5d03f2fa59f6ec331e09df26293fba4c6107b0ab82bde1317927bb4' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/php/legal/VERIFICATION.txt b/automatic/php/legal/VERIFICATION.txt index ff25d0c27e3..6c7a14b0cec 100644 --- a/automatic/php/legal/VERIFICATION.txt +++ b/automatic/php/legal/VERIFICATION.txt @@ -7,19 +7,19 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software (threadsafe): - 64-Bit software (threadsafe): - 32-Bit software (non-threadsafe): - 64-Bit software (non-threadsafe): + 32-Bit software (threadsafe): + 64-Bit software (threadsafe): + 32-Bit software (non-threadsafe): + 64-Bit software (non-threadsafe): 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): 5E93A2B54D8BF9ACE177AE4B0C0349C462C19C80BEBD59E24ECB71D27E7A5F72 - checksum64 (threadsafe): 976A825CA08C16700E7FEE380FEF36B7342B04615D39DD5F6A8F3E671D82C7CE - checksum32 (non-threadsafe): BDFBA738B77409946F10905D579EA9A9D8018DF9E36DF80334E9F169AEBB50A8 - checksum64 (non-threadsafe): E060D704A0D3DE01C1BD1D98E5440CA89C02315FC39372D079D831002FFF36E3 + checksum32 (threadsafe): 07A63257DF95D31FCD122A8DA561478760E0317D29C791D945B0FB94B7F26478 + checksum64 (threadsafe): 2F302D3C1252CF617397F3C8B405729D2049C19870A2B83C4FF12BAFA65EBF26 + checksum32 (non-threadsafe): FA54BBB23A4E09683E9325B479D012D1A221EDC3D41708DAFF54356E8D892F6F + checksum64 (non-threadsafe): CEE0505FD40CB86FCD01D2504F6FACE37A199C7078ADE66997C933FE3CFE887F The file 'LICENSE.txt' has been obtained from diff --git a/automatic/php/php.json b/automatic/php/php.json index f8ecadc94f2..4d454d4221f 100644 --- a/automatic/php/php.json +++ b/automatic/php/php.json @@ -4,7 +4,7 @@ "5.6": "5.6.40", "7.2": "7.2.34", "7.3": "7.3.33", - "7.4": "7.4.30", + "7.4": "7.4.32", "8.0": "8.0.24", "8.1": "8.1.10" } diff --git a/automatic/php/php.nuspec b/automatic/php/php.nuspec index 07803c90dbb..a5854f89d10 100644 --- a/automatic/php/php.nuspec +++ b/automatic/php/php.nuspec @@ -4,7 +4,7 @@ php PHP (Hypertext Preprocessor) - 8.0.24 + 7.4.32 PHP Authors chocolatey-community, Rob Reynolds PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. @@ -29,13 +29,13 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir php development programming foss cross-platform admin http://us.php.net/license/ false - https://www.php.net/ChangeLog-8.php#8.0.24 + https://www.php.net/ChangeLog-7.php#7.4.32 https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg https://bugs.php.net/ https://secure.php.net/docs.php https://github.com/php/php-src - + diff --git a/automatic/php/tools/chocolateyInstall.ps1 b/automatic/php/tools/chocolateyInstall.ps1 index 170748e6f82..6e7b7577855 100644 --- a/automatic/php/tools/chocolateyInstall.ps1 +++ b/automatic/php/tools/chocolateyInstall.ps1 @@ -14,10 +14,10 @@ if ($installLocation) { $pp = Get-PackageParameters $filesInfo = @{ - filets32 = "$toolsPath\php-8.0.24-Win32-vs16-x86.zip" - filets64 = "$toolsPath\php-8.0.24-Win32-vs16-x64.zip" - filents32 = "$toolsPath\php-8.0.24-nts-Win32-vs16-x86.zip" - filents64 = "$toolsPath\php-8.0.24-nts-Win32-vs16-x64.zip" + filets32 = "$toolsPath\php-7.4.32-Win32-vc15-x86.zip" + filets64 = "$toolsPath\php-7.4.32-Win32-vc15-x64.zip" + filents32 = "$toolsPath\php-7.4.32-nts-Win32-vc15-x86.zip" + filents64 = "$toolsPath\php-7.4.32-nts-Win32-vc15-x64.zip" } if ($pp.ThreadSafe) {