apache: Update to version 2.4.65, fix checkver & autoupdate (#7076)

This commit is contained in:
z-Fng 2025-08-20 12:04:29 +08:00 committed by GitHub
parent 9092a5e9fa
commit 92b9de5472
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{ {
"version": "2.4.64", "version": "2.4.65",
"description": "The Apache HTTP Server ('httpd')", "description": "The Apache HTTP Server ('httpd')",
"homepage": "https://www.apachelounge.com", "homepage": "https://www.apachelounge.com",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://fossies.org/windows/www/httpd-2.4.64-250710-win64-VS17.zip", "url": "https://fossies.org/windows/www/httpd-2.4.65-250724-Win64-VS17.zip",
"hash": "a0c71dad7938f02495c300fc326a74e261c8870f417630d110ad347705a9c58c" "hash": "e324797985825424af00cdb9d78b029723f18862df6c02c2219b341e33e31f04"
} }
}, },
"extract_dir": "Apache24", "extract_dir": "Apache24",
@ -35,12 +35,12 @@
], ],
"checkver": { "checkver": {
"url": "https://fossies.org/windows/www/", "url": "https://fossies.org/windows/www/",
"regex": "httpd-([\\d.]+)-(?<date>[\\d]+)-win64-VS17\\.zip" "regex": "httpd-([\\d.]+)-(?<date>[\\d]+)-(?<arch>(w|W)in64)-VS17\\.zip"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://fossies.org/windows/www/httpd-$version-$matchDate-win64-VS17.zip" "url": "https://fossies.org/windows/www/httpd-$version-$matchDate-$matchArch-VS17.zip"
} }
}, },
"hash": { "hash": {