Skip to content

Commit

Permalink
AU: 2 updated - chromium php
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jul 3, 2024
1 parent b470665 commit 6369d4a
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "128.0.6573.0-snapshots",
"snapshots": "128.0.6574.0-snapshots",
"stable": "126.0.6478.127"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>128.0.6573.0-snapshots</version>
<version>128.0.6574.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1322383/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1322646/mini_installer.exe>
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: sha256
checksum64: 4A997306C99DA14439076F809E972EE6B9FFAFE4C8648BFC74DD52CF4FF8FCE3
checksum64: C9EAAE8E20D1131DC5122627075580C48A788B68588FE837B50A47F8E4CCB68B

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '128.0.6573.0-snapshots'
$version = '128.0.6574.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1322401/mini_installer.exe'
checksum = '04091581C106ABE980D5BF943DC909DF368F635580BC72552E2885B5558EDDB0'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1322565/mini_installer.exe'
checksum = 'F061D0745B3C681643E485D13A98105663B223C5EEEF9AA8DA5659671C19F5DB'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
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.29-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.29-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.29-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.29-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.9-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.9-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.9-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.9-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): 77A3555962012D7BD1F5665CAA13DDBEEBC8BD69393A48ACC250A489248B1678
checksum64 (threadsafe): 5FE3CEA08C732EBF67C7F1B3201B29D4EA76601AEBC8A8105433A30EF03AC243
checksum32 (non-threadsafe): E6041CB3E8D3442EEE33796A418422A219F8AEEBB741259ECC5C73097D0AF002
checksum64 (non-threadsafe): CACF6B9DD516741E77DBE8EF89F8CBFEFC040E059C60FECDBEA5E1E9A7ECBF17
checksum32 (threadsafe): 5878B9EB50314B28FD088E6C4CC6FBBE204F6C2EFBD4172DD2A254780EE4B858
checksum64 (threadsafe): 9204EBC69ECE85909D9F45B2186A112224DD7B11E3075164A18675483CF5EC38
checksum32 (non-threadsafe): BE5C2F6F25BDE970390B944F9C2790059D52268D156759B6546630F7C927781C
checksum64 (non-threadsafe): ABA28C021A0BCFB418FCEFC543B5A82B6A6CC344F0B294F2418DA8FE0C686A0E

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 @@ -7,6 +7,6 @@
"7.4": "7.4.33",
"8.0": "8.0.30",
"8.1": "8.1.29",
"8.2": "8.2.20",
"8.3": "8.3.8"
"8.2": "8.2.21",
"8.3": "8.3.9"
}
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.29</version>
<version>8.3.9</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,7 +29,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.29</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.3.9</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.29-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.1.29-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.1.29-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.1.29-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.3.9-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.3.9-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.3.9-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.3.9-nts-Win32-vs16-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down

0 comments on commit 6369d4a

Please sign in to comment.