From 92b9de547295bed3203854832e63dbb22785485c Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Wed, 20 Aug 2025 12:04:29 +0800 Subject: [PATCH] apache: Update to version 2.4.65, fix checkver & autoupdate (#7076) --- bucket/apache.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/apache.json b/bucket/apache.json index b51331e108..6c0f367991 100644 --- a/bucket/apache.json +++ b/bucket/apache.json @@ -1,12 +1,12 @@ { - "version": "2.4.64", + "version": "2.4.65", "description": "The Apache HTTP Server ('httpd')", "homepage": "https://www.apachelounge.com", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://fossies.org/windows/www/httpd-2.4.64-250710-win64-VS17.zip", - "hash": "a0c71dad7938f02495c300fc326a74e261c8870f417630d110ad347705a9c58c" + "url": "https://fossies.org/windows/www/httpd-2.4.65-250724-Win64-VS17.zip", + "hash": "e324797985825424af00cdb9d78b029723f18862df6c02c2219b341e33e31f04" } }, "extract_dir": "Apache24", @@ -35,12 +35,12 @@ ], "checkver": { "url": "https://fossies.org/windows/www/", - "regex": "httpd-([\\d.]+)-(?[\\d]+)-win64-VS17\\.zip" + "regex": "httpd-([\\d.]+)-(?[\\d]+)-(?(w|W)in64)-VS17\\.zip" }, "autoupdate": { "architecture": { "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": {