Skip to content

Commit

Permalink
AU: 9 updated - chromium cmake cmake.install cmake.portable nodejs no…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 15, 2023
1 parent bf24f36 commit 28ac60a
Show file tree
Hide file tree
Showing 29 changed files with 64 additions and 64 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": "113.0.5652.0-snapshots",
"snapshots": "113.0.5653.0-snapshots",
"stable": "111.0.5563.65"
}
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>113.0.5652.0-snapshots</version>
<version>113.0.5653.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1116826/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1116837/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1117184/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1117212/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
checksum32: 2CBF144FB29D8BCCAA3D58329C5269ED9D8CC9154884D193FDFEE8B0C85EF8FA
checksum64: 0EE8C98EF6976D93D71A939A8F5D842EA811EC6522605B7F818BCC7991F1BA11
checksum32: 82781A869AF06289F8F8293B1C555382F91AAB28C353D79E9B6D227DF3E8B4E3
checksum64: 96D8777B1E8A8446DA709B6686CC7AAE90D13F7BF4CD00A1CE2296A8312DB559

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

$version = "113.0.5652.0-snapshots"
$version = "113.0.5653.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"3.23": "3.23.5",
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.0-rc6"
"3.26": "3.26.0"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.install</id>
<version>3.26.0-rc6</version>
<version>3.26.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.0-rc6/cmake-3.26.0-rc6-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.0-rc6/cmake-3.26.0-rc6-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.0/cmake-3.26.0-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.0/cmake-3.26.0-windows-x86_64.msi>
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
checksum32: 03D305ACFDAC156364BE905FD8AE66259ADB6B8FD89C7EFC1C2B3FDF70B0BEB3
checksum64: 58D0FA88BA46FD666C045581400A4CAAA0DE8FE2FBD12DD472AF259AB8EB8EF0
checksum32: 2108F8BDA1F57662B3E5CC98B0DB7310B5742F62B76680ABD7D8494FD2AFE356
checksum64: 56464B2E56AC92D3FC68BEF1E69A447E9139640269A81C5C2EE6A6F287BBAC6B

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.26.0-rc6-windows-i386.msi"
file64 = "$toolsPath\cmake-3.26.0-rc6-windows-x86_64.msi"
file = "$toolsPath\cmake-3.26.0-windows-i386.msi"
file64 = "$toolsPath\cmake-3.26.0-windows-x86_64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"3.23": "3.23.5",
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.0-rc6"
"3.26": "3.26.0"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.portable</id>
<version>3.26.0-rc6</version>
<version>3.26.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.0-rc6/cmake-3.26.0-rc6-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.0-rc6/cmake-3.26.0-rc6-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.0/cmake-3.26.0-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.0/cmake-3.26.0-windows-x86_64.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: sha256
checksum32: FAB58BD96E831131C4DE6C8646F11F455158125DCC8990AFD4E8D3D03BD568EB
checksum64: 1884F3C85C8AE19D3F1859C31A0D477BC4617F54575402C8D4021D2ABD8DD2B4
checksum32: 64B29FB20C2EE5079B32B975EBF7659CA55E1B6F43FD72D0D84A1DF2536C3D4C
checksum64: 01191A53D0481EC0E911BA4E37EC41949013408A12DCDF92832A968FEA751EA8

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.26.0-rc6-windows-i386.zip"
file64 = "$toolsPath\cmake-3.26.0-rc6-windows-x86_64.zip"
file = "$toolsPath\cmake-3.26.0-windows-i386.zip"
file64 = "$toolsPath\cmake-3.26.0-windows-x86_64.zip"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"3.23": "3.23.5",
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.0-rc6"
"3.26": "3.26.0"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake</id>
<version>3.26.0-rc6</version>
<version>3.26.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.26.0-rc6]" />
<dependency id="cmake.install" version="[3.26.0]" />
</dependencies>
</metadata>
<files />
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v18.15.0/node-v18.15.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v18.15.0/node-v18.15.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v19.8.0/node-v19.8.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v19.8.0/node-v19.8.0-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: F7A2096BF8C34DB99251E9CD9CE8EA4A7369BE4E9F57DAAA13B0F32C98DE94B6
checksum64: 36DE8D8FECD0920175ED6E61266934F3469888990F0CC54238E50437490515D5
checksum32: C5B1A0C4EDEA103C9AD830866B23ABD8572291CB98393F66591DA40BF9406685
checksum64: 8F433955B3810602E4C91CDB7EBAA5B4E9736E03918EEF31EC90A42F634DBFD0

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"16": "16.19.1",
"17": "17.9.1",
"18": "18.15.0",
"19": "19.7.0"
"19": "19.8.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>18.15.0</version>
<version>19.8.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v18.15.0-x86.msi"
$filePath64 = "$toolsPath\node-v18.15.0-x64.msi"
$filePath32 = "$toolsPath\node-v19.8.0-x86.msi"
$filePath64 = "$toolsPath\node-v19.8.0-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"16": "16.19.1",
"17": "17.9.1",
"18": "18.15.0",
"19": "19.7.0"
"19": "19.8.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>18.15.0</version>
<version>19.8.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -30,7 +30,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[18.15.0]" />
<dependency id="nodejs.install" version="[19.8.0]" />
</dependencies>
</metadata>
<files>
Expand Down
6 changes: 3 additions & 3 deletions automatic/openshift-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.12.5>
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.12.6>
and can be verified by doing the following:

1. Download the following:
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.12.5/openshift-client-windows-4.12.5.zip>
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.12.6/openshift-client-windows-4.12.6.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type:
checksum: 79A91D436F256235AD360246D1E00E88E3FB8D6EEB55D880CBD937464BDD0C27
checksum: AB1A1F11895BCFADBE2234A4E44D76BEF7338F79061BD6E6C70E51F2B2A6C6A9

The file 'LICENSE.txt' has been obtained from <https://github.com/openshift/origin/blob/6366485d06c43fd526899510f02582484da25519/LICENSE>
4 changes: 2 additions & 2 deletions automatic/openshift-cli/openshift-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>openshift-cli</id>
<version>4.12.5</version>
<version>4.12.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openshift-cli</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>OpenShift Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -45,7 +45,7 @@ Origin is the upstream community project that powers OpenShift. Built around a c
* Windows support is limited to 64bit systems.
* **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.12.5</releaseNotes>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.12.6</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/openssl.light/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://slproweb.com/products/Win32OpenSSL.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://slproweb.com/download/Win32OpenSSL_Light-3_0_8.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-3_0_8.exe>
32-Bit software: <https://slproweb.com/download/Win32OpenSSL_Light-3_1_0.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-3_1_0.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
checksum32: 5BF7EE8BBBD96B51EC3FFF93C6EA63B461A26C121027205B1075A6214E4B81A7
checksum64: 43FF636F4F312BB6252929A19FF92D8C808D0800DEFA99C1B4E1FBBE1579B3C2
checksum32: 8F7A66D4A1F80428F7CDF1873C979E3EEF3FDE38CF2AE18D84ACCC8889400009
checksum64: E9C601BF486519B7F7185B505871814C5A65FE6DEADDDA02409FD73A66FE0995

The file 'LICENSE.txt' has been obtained from <https://www.openssl.org/source/license.txt>
2 changes: 1 addition & 1 deletion automatic/openssl.light/openssl.light.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>OpenSSL.Light</id>
<version>3.0.8</version>
<version>3.1.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openssl.light</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>OpenSSL – The Open Source SSL and TLS toolkit</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/openssl.light/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $silentArgs += '/DIR="{0}"' -f $( if ($pp.InstallDir) { $pp.InstallDir } else {
$packageArgs = @{
packageName = 'OpenSSL.Light'
fileType = 'exe'
file = "$toolsPath\Win32OpenSSL_Light-3_0_8.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-3_0_8.exe"
file = "$toolsPath\Win32OpenSSL_Light-3_1_0.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-3_1_0.exe"
softwareName = 'OpenSSL*Light*'
silentArgs = $silentArgs
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.16-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.16-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.16-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.16-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.2.4-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.2.4-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.2.4-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.2.4-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): 6AB1A9B258AB25872C8417A4BC82DA1B4C96C4C3274DCACFEE3650F9D339A01B
checksum64 (threadsafe): 1E221F184946AFBAAFAFF740AB834C66E0F14F5A4BDF305820D11D664A340C7C
checksum32 (non-threadsafe): AA8DB95ECADD960464CBE8B1361F27D82B6F31C1A9D508374A105A49BD091BF7
checksum64 (non-threadsafe): 2BA6474FFB2CE066146A56D2757CC6825F36EF7BA5D8179E6EB6B214591321D7
checksum32 (threadsafe): 01EC453736BB513B136EBF0C7F12490C593888B1C99D44955D88E4B0B2648B5A
checksum64 (threadsafe): A3601FE23ADFB4985BE52EB3A7365716350E4B857C47583673A9AA53162885A3
checksum32 (non-threadsafe): F452F43A11E10934A03D14A20AC46BF98824A4C95D85DB1FBE5C2C95588BDA2B
checksum64 (non-threadsafe): 2A3B323C605CF601405C5F52C77764C6B4F8E3D3F05B25C2C850F3B74A4829FD

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 @@ -7,5 +7,5 @@
"7.4": "7.4.33",
"8.0": "8.0.28",
"8.1": "8.1.16",
"8.2": "8.2.3"
"8.2": "8.2.4"
}
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.16</version>
<version>8.2.4</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.16</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.2.4</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.16-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.1.16-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.1.16-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.1.16-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.2.4-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.2.4-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.2.4-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.2.4-nts-Win32-vs16-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down

0 comments on commit 28ac60a

Please sign in to comment.