Skip to content

Commit 1f2223c

Browse files
author
Chocolatey Community
committed
AU: 9 updated - chromium cmake cmake.install cmake.portable dropbox mattermost-desktop openshift-cli palemoon php
[skip ci]
1 parent c620606 commit 1f2223c

28 files changed

+69
-69
lines changed

automatic/chromium/chromium.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"snapshots": "136.0.7063.0-snapshots",
2+
"snapshots": "136.0.7064.0-snapshots",
33
"stable": "134.0.6998.89"
44
}

automatic/chromium/chromium.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<metadata>
55
<id>chromium</id>
6-
<version>134.0.6998.89</version>
7-
<title>Chromium</title>
6+
<version>136.0.7064.0-snapshots</version>
7+
<title>Chromium Snapshots</title>
88
<owners>chocolatey-community</owners>
99
<authors>The Chromium Authors</authors>
1010
<projectUrl>http://www.chromium.org/Home</projectUrl>

automatic/chromium/legal/VERIFICATION.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
77
and can be verified by doing the following:
88

99
1. Download the following:
10-
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v134.0.6998.89-r1415337/mini_installer.sync.exe>
10+
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1431180/mini_installer.exe>
1111
2. Get the checksum using one of the following methods:
1212
- Using powershell function 'Get-FileHash'
1313
- Use chocolatey utility 'checksum.exe'
1414
3. The checksums should match the following:
1515

1616
checksum type: sha256
17-
checksum64: CE65CBE3A00F887A09B84BE883E455B57876D5CEC2AFD3321E8A1E69AC852881
17+
checksum64: 438D2770F57F2B64BDB0028BE561E38CE07BF6450AE93936F04CE82D7CD16D53
1818

1919
The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>

automatic/chromium/tools/chocolateyInstall.ps1

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
33
. (Join-Path $toolsDir 'helper.ps1')
44

5-
$version = '134.0.6998.89'
5+
$version = '136.0.7064.0-snapshots'
66
$hive = "hkcu"
77
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
88
$Chromium = $hive + ":" + $chromium_string
@@ -15,8 +15,8 @@ if (Test-Path $Chromium) {
1515

1616
$packageArgs = @{
1717
packageName = 'chromium'
18-
url = 'https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe'
19-
checksum = 'C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98'
18+
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1431151/mini_installer.exe'
19+
checksum = '68D4C598815B3A625EEA6B6E04DE7E7CA27BDB166A632046F1FE85113FD7AEA8'
2020
checksumType = 'sha256'
2121
file64 = "$toolsdir\chromium_x64.exe"
2222
fileType = 'exe'

automatic/cmake.install/cmake.install.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"3.29": "3.29.8",
2424
"3.30": "3.30.8",
2525
"3.31": "3.31.6",
26-
"4.0": "4.0.0-rc3"
26+
"4.0": "4.0.0-rc4"
2727
}

automatic/cmake.install/cmake.install.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>cmake.install</id>
6-
<version>4.0.0-rc3</version>
6+
<version>4.0.0-rc4</version>
77
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install</packageSourceUrl>
88
<owners>chocolatey-community, dtgm</owners>
99
<title>CMake (Install)</title>

automatic/cmake.install/legal/VERIFICATION.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
77
and can be verified by doing the following:
88

99
1. Download the following:
10-
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v4.0.0-rc3/cmake-4.0.0-rc3-windows-i386.msi>
11-
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v4.0.0-rc3/cmake-4.0.0-rc3-windows-x86_64.msi>
10+
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v4.0.0-rc4/cmake-4.0.0-rc4-windows-i386.msi>
11+
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v4.0.0-rc4/cmake-4.0.0-rc4-windows-x86_64.msi>
1212
2. Get the checksum using one of the following methods:
1313
- Using powershell function 'Get-FileHash'
1414
- Use chocolatey utility 'checksum.exe'
1515
3. The checksums should match the following:
1616

1717
checksum type: sha256
18-
checksum32: C47AD189B305CA8A1F8C873B6D2E57D00F500107FD4B7DB2F2CAB29BC97BB4B8
19-
checksum64: E925C0228B67CD161F88A8D7C04FE8BA2AD7BCBA99BA8A144AAA1FFECA6E4EBB
18+
checksum32: 7B3C17C2B245AAE9109418F80E013AF204992CE386306D5965AD9CAF4CBB3254
19+
checksum64: 4D64A6E9B1982ED876F13A125E391332719A7326BAD55A0C9109A817C5539B3E
2020

2121
The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>

automatic/cmake.install/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
77
fileType = 'msi'
8-
file = "$toolsPath\cmake-4.0.0-rc3-windows-i386.msi"
9-
file64 = "$toolsPath\cmake-4.0.0-rc3-windows-x86_64.msi"
8+
file = "$toolsPath\cmake-4.0.0-rc4-windows-i386.msi"
9+
file64 = "$toolsPath\cmake-4.0.0-rc4-windows-x86_64.msi"
1010
softwareName = 'CMake'
1111
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
1212
validExitCodes = @(0, 3010, 1641)

automatic/cmake.portable/cmake.portable.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"3.29": "3.29.8",
2424
"3.30": "3.30.8",
2525
"3.31": "3.31.6",
26-
"4.0": "4.0.0-rc3"
26+
"4.0": "4.0.0-rc4"
2727
}

automatic/cmake.portable/cmake.portable.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>cmake.portable</id>
6-
<version>4.0.0-rc3</version>
6+
<version>4.0.0-rc4</version>
77
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable</packageSourceUrl>
88
<owners>chocolatey-community, dtgm</owners>
99
<title>CMake (Portable)</title>

automatic/cmake.portable/legal/VERIFICATION.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
77
and can be verified by doing the following:
88

99
1. Download the following:
10-
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v4.0.0-rc3/cmake-4.0.0-rc3-windows-i386.zip>
11-
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v4.0.0-rc3/cmake-4.0.0-rc3-windows-x86_64.zip>
10+
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v4.0.0-rc4/cmake-4.0.0-rc4-windows-i386.zip>
11+
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v4.0.0-rc4/cmake-4.0.0-rc4-windows-x86_64.zip>
1212
2. Get the checksum using one of the following methods:
1313
- Using powershell function 'Get-FileHash'
1414
- Use chocolatey utility 'checksum.exe'
1515
3. The checksums should match the following:
1616

1717
checksum type: sha256
18-
checksum32: 89E74B6BF0E8ADADF379633752DF6BF931DC2DE168BBA96F5C2C244271954050
19-
checksum64: C03BD672CFE7612B1D13D71DBECD0C3CEB27F922B5455C2C3E21937109573B48
18+
checksum32: 372D4F901A128277961B31CC1C7FA17E85A15A8CBECB3E633A25CAD1EF700BE5
19+
checksum64: 71EC6D8F2096EF735681BEB514AAE523FECBD05B8129D65D907BB86222407C12
2020

2121
The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>

automatic/cmake.portable/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
44

55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
7-
file = "$toolsPath\cmake-4.0.0-rc3-windows-i386.zip"
8-
file64 = "$toolsPath\cmake-4.0.0-rc3-windows-x86_64.zip"
7+
file = "$toolsPath\cmake-4.0.0-rc4-windows-i386.zip"
8+
file64 = "$toolsPath\cmake-4.0.0-rc4-windows-x86_64.zip"
99
destination = $toolsPath
1010
}
1111

automatic/cmake/cmake.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"3.29": "3.29.8",
2424
"3.30": "3.30.8",
2525
"3.31": "3.31.6",
26-
"4.0": "4.0.0-rc3"
26+
"4.0": "4.0.0-rc4"
2727
}

automatic/cmake/cmake.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>cmake</id>
6-
<version>4.0.0-rc3</version>
6+
<version>4.0.0-rc4</version>
77
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake</packageSourceUrl>
88
<owners>chocolatey-community, dtgm</owners>
99
<title>CMake</title>
@@ -50,7 +50,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' --app
5050
* [News](https://blog.kitware.com/tag/CMake/)
5151
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
5252
<dependencies>
53-
<dependency id="cmake.install" version="[4.0.0-rc3]" />
53+
<dependency id="cmake.install" version="[4.0.0-rc4]" />
5454
</dependencies>
5555
</metadata>
5656
<files />

automatic/dropbox/dropbox.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"beta": "220.3.3984-beta",
2+
"beta": "220.3.4035-beta",
33
"stable": "219.4.4463"
44
}

automatic/dropbox/dropbox.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>dropbox</id>
5-
<version>220.3.3984-beta</version>
5+
<version>220.3.4035-beta</version>
66
<title>Dropbox</title>
77
<authors>Dropbox</authors>
88
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>

automatic/dropbox/tools/chocolateyinstall.ps1

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
44
}
55
. "$PSScriptRoot\helper.ps1"
66

7-
$version = '220.3.3984'
7+
$version = '220.3.4035'
88

99
if (!(IsVersionAlreadyInstalled $version)) {
1010
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
@@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
1313
$packageArgs = @{
1414
packageName = $env:ChocolateyPackageName
1515
softwareName = "Dropbox"
16-
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20220.3.3984%20Offline%20Installer.x86.exe'
17-
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20220.3.3984%20Offline%20Installer.x64.exe'
18-
checksum = '6a1625f6fcbd4c8ee7f6827f8772b7034a3c9630c85c9d0da1a737dd2e428e75'
19-
checksum64 = 'd8f6d0311759a57702fa498bd4c3da8a086c905f76574ed1c845795efe8655b4'
16+
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20220.3.4035%20Offline%20Installer.x86.exe'
17+
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20220.3.4035%20Offline%20Installer.x64.exe'
18+
checksum = '0e1abba4e7707931ab7bbc478f131ab9bf2fd973f3b83ceabd857fbfd5f0c33f'
19+
checksum64 = '296ce8cb7c6d9b4d9116bb45ca69c0bba60c227cc354536fdb84ddbb5670284b'
2020
fileType = 'exe'
2121
checksumType = 'sha256'
2222
checksumType64 = 'sha256'

automatic/mattermost-desktop/legal/VERIFICATION.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ The installer has been downloaded from the Github release page <https://github.c
66
and can be verified like this:
77

88
1. Download the following installers:
9-
32-Bit: <https://releases.mattermost.com/desktop/5.11.1/mattermost-desktop-5.11.1-win-arm64.msi>
10-
64-Bit: <https://releases.mattermost.com/desktop/5.11.1/mattermost-desktop-5.11.1-win-x64.msi>
9+
32-Bit: <https://releases.mattermost.com/desktop/5.11.2/mattermost-desktop-5.11.2-win-arm64.msi>
10+
64-Bit: <https://releases.mattermost.com/desktop/5.11.2/mattermost-desktop-5.11.2-win-x64.msi>
1111
2. You can use one of the following methods to obtain the checksum
1212
- Use powershell function 'Get-Filehash'
1313
- Use chocolatey utility 'checksum.exe'
1414

1515
checksum type: sha256
16-
checksum32: 5203BB4D31AEE380AC76A741605A5664B09E5230E99927616AB01400F319D452
17-
checksum64: F85853E977F8AC3170AD9A47ACC6F1C50AAF01B8CCAD177E382ECD254F50F18A
16+
checksum32: 2C3E7E7EA44ECB75AD8411E1D7B840AE5A0189E30981C19907F43F5874BDBF65
17+
checksum64: 1B31E7086A55F1B3458AA5E90A97C1BC83B6AD69B49FAD36CD568F052C125A63
1818

1919
File 'LICENSE.txt' is obtained from <https://github.com/mattermost/desktop/blob/06ddc6099e9b6296e7031c04e3e4bd29743bedb4/LICENSE.txt>

automatic/mattermost-desktop/mattermost-desktop.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<metadata>
77
<id>mattermost-desktop</id>
88
<title>Mattermost Desktop</title>
9-
<version>5.11.1</version>
9+
<version>5.11.2</version>
1010
<authors>https://github.com/mattermost/desktop/graphs/contributors</authors>
1111
<owners>chocolatey-community,wget, hans0</owners>
1212
<summary>Native desktop application for Mattermost running on Windows</summary>

automatic/mattermost-desktop/tools/chocolateyInstall.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
55
$packageArgs = @{
66
packageName = 'mattermost-desktop'
77
fileType = 'msi'
8-
file = "$toolsDir\mattermost-desktop-5.11.1-win-arm64.msi"
9-
file64 = "$toolsDir\mattermost-desktop-5.11.1-win-x64.msi"
10-
checksum = '5203BB4D31AEE380AC76A741605A5664B09E5230E99927616AB01400F319D452'
11-
checksum64 = 'F85853E977F8AC3170AD9A47ACC6F1C50AAF01B8CCAD177E382ECD254F50F18A'
8+
file = "$toolsDir\mattermost-desktop-5.11.2-win-arm64.msi"
9+
file64 = "$toolsDir\mattermost-desktop-5.11.2-win-x64.msi"
10+
checksum = '2C3E7E7EA44ECB75AD8411E1D7B840AE5A0189E30981C19907F43F5874BDBF65'
11+
checksum64 = '1B31E7086A55F1B3458AA5E90A97C1BC83B6AD69B49FAD36CD568F052C125A63'
1212
checksumType = 'sha256'
1313
checksumType64 = 'sha256'
1414
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`" ALLUSERS=1"

automatic/openshift-cli/legal/VERIFICATION.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
44
in verifying that this package's contents are trustworthy.
55

66
The embedded software have been downloaded from the listed download
7-
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.18.1>
7+
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.18.2>
88
and can be verified by doing the following:
99

1010
1. Download the following:
11-
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.18.1/openshift-client-windows-4.18.1.zip>
11+
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.18.2/openshift-client-windows-4.18.2.zip>
1212

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

1919
checksum type:
20-
checksum: D3B878144233ECDA52906FEFD8B749C24D04B3CEF93BAC3925F611250AECCA3F
20+
checksum: 7A4D6F2F1AD5F2864463503B24D4671AB15B2F8B416B662AFB644C5212115A15
2121

2222
The file 'LICENSE.txt' has been obtained from <https://github.com/openshift/origin/blob/6366485d06c43fd526899510f02582484da25519/LICENSE>

automatic/openshift-cli/openshift-cli.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>openshift-cli</id>
6-
<version>4.18.1</version>
6+
<version>4.18.2</version>
77
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openshift-cli</packageSourceUrl>
88
<owners>chocolatey-community,Andrei Bejenaru</owners>
99
<title>OpenShift Command Line Interface (CLI)</title>
@@ -45,7 +45,7 @@ Origin is the upstream community project that powers OpenShift. Built around a c
4545
* Windows support is limited to 64bit systems.
4646
* **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.**
4747
]]></description>
48-
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.18.1</releaseNotes>
48+
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.18.2</releaseNotes>
4949
</metadata>
5050
<files>
5151
<file src="tools\**" target="tools" />

automatic/palemoon/palemoon.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>palemoon</id>
66
<title>Pale Moon browser</title>
7-
<version>33.6.0.1</version>
7+
<version>33.6.1</version>
88
<authors>Moonchild Productions</authors>
99
<owners>chocolatey-community,Redsandro</owners>
1010
<summary>A Firefox-based web browser optimized for modern hardware.</summary>

automatic/palemoon/tools/chocolateyInstall.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
$packageArgs = @{
44
packageName = 'palemoon'
55
fileType = 'exe'
6-
url = 'https://rm-eu.palemoon.org/release/palemoon-33.6.0.1.win32.installer.exe'
7-
url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.6.0.1.win64.installer.exe'
6+
url = 'https://rm-eu.palemoon.org/release/palemoon-33.6.1.win32.installer.exe'
7+
url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.6.1.win64.installer.exe'
88

99
softwareName = 'Pale Moon*'
1010

11-
checksum = '287052bd80bc73f2af7cdd153678a5dbf7a9bad9de6ec510b45e9e6ebb4da505'
11+
checksum = 'bed79adcc3b728e3077b34d949777e4ad911502c5ec2fc11ffee9bab6b05022c'
1212
checksumType = 'sha256'
13-
checksum64 = '2414659c561fda01c5e52efe6881dffef0b70e9c5e49595fe1eacd9b9f14f43c'
13+
checksum64 = 'f6332ba049dcee220774ebce80e72f3061c4e69e9938231186d36fcf6250391f'
1414
checksumType64= 'sha256'
1515

1616
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"

automatic/php/legal/VERIFICATION.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ location on <http://windows.php.net/download>
77
and can be verified by doing the following:
88

99
1. Download the following:
10-
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.17-Win32-vs16-x86.zip>
11-
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.17-Win32-vs16-x64.zip>
12-
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.17-nts-Win32-vs16-x86.zip>
13-
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.17-nts-Win32-vs16-x64.zip>
10+
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.18-Win32-vs16-x86.zip>
11+
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.18-Win32-vs16-x64.zip>
12+
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.18-nts-Win32-vs16-x86.zip>
13+
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.18-nts-Win32-vs16-x64.zip>
1414
2. Get the checksum using one of the following methods:
1515
- Using powershell function 'Get-FileHash'
1616
- Use chocolatey utility 'checksum.exe'
1717
3. The checksums should match the following:
1818

1919
checksum type:
20-
checksum32 (threadsafe): 131BA5D658CCF193B35C8EC73DE9EFDAECB41AAF666B4023A06AB407BB96783B
21-
checksum64 (threadsafe): 01A91E27E9139CA11AFB8E2D86ED1F66CB4E35F5BD2EE9FE495C377DF7C1A3CC
22-
checksum32 (non-threadsafe): 3845008E4CFE81A1DB5403B45BE91D54B29455684939DF3BF0C1FE27C07B16C3
23-
checksum64 (non-threadsafe): 43C6409AEE4F1E736E43FEBB2E2D7D5B55C493AEE68EFA3F4EFC8FCB2C0A834B
20+
checksum32 (threadsafe): C0F7C627C97F99F65E84465A832A9C39C4E110882F2EA6EF6F5DD8A8CE99ADCE
21+
checksum64 (threadsafe): 868AFABE640B0A721846D269D50BAE391ABE8363F1E3B31B2F1A123A89077EC2
22+
checksum32 (non-threadsafe): 9A70C9BBCB4A5C00C92D39D2E28E36A1E2F25F6BFFD69724CDEE5758C2B13288
23+
checksum64 (non-threadsafe): 4E249689C10BF34581C3F3E129AC88893CA4CC4BA486C8C39C18BF6A721A8841
2424

2525
The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>

automatic/php/php.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"7.4": "7.4.33",
88
"8.0": "8.0.30",
99
"8.1": "8.1.31",
10-
"8.2": "8.2.27",
11-
"8.3": "8.3.17",
10+
"8.2": "8.2.28",
11+
"8.3": "8.3.18",
1212
"8.4": "8.4.4"
1313
}

automatic/php/php.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>php</id>
66
<title>PHP (Hypertext Preprocessor)</title>
7-
<version>8.3.17</version>
7+
<version>8.3.18</version>
88
<authors>PHP Authors</authors>
99
<owners>chocolatey-community, Rob Reynolds</owners>
1010
<summary>PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</summary>
@@ -29,7 +29,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir
2929
<tags>php development programming foss cross-platform admin</tags>
3030
<licenseUrl>http://us.php.net/license/</licenseUrl>
3131
<requireLicenseAcceptance>false</requireLicenseAcceptance>
32-
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.3.17</releaseNotes>
32+
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.3.18</releaseNotes>
3333
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
3434
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
3535
<docsUrl>https://secure.php.net/docs.php</docsUrl>

0 commit comments

Comments
 (0)