Skip to content

Commit

Permalink
AU: 2 updated - googlechromebeta php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 29, 2022
1 parent 273969e commit de9d3fa
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>106.0.5249.61-beta</version>
<version>107.0.5304.18-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand All @@ -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`""
Expand Down
16 changes: 8 additions & 8 deletions automatic/php/legal/VERIFICATION.txt
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.0.24-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.24-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.24-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.24-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.32-Win32-vc15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.32-Win32-vc15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.32-nts-Win32-vc15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.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): 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 <http://www.php.net/license/3_01.txt>
2 changes: 1 addition & 1 deletion automatic/php/php.json
Expand Up @@ -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"
}
6 changes: 3 additions & 3 deletions automatic/php/php.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>8.0.24</version>
<version>7.4.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 @@ -29,13 +29,13 @@ 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.0.24</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-7.php#7.4.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>
<projectSourceUrl>https://github.com/php/php-src</projectSourceUrl>
<dependencies>
<dependency id="vcredist140" version="14.28.29325.2" />
<dependency id="vcredist140" version="14.16.27012.6" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="chocolatey" version="0.10.0" />
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/php/tools/chocolateyInstall.ps1
Expand Up @@ -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) {
Expand Down

0 comments on commit de9d3fa

Please sign in to comment.