apache: Update to version 2.4.59 (#5715)

This commit is contained in:
Whale Mo 2024-04-18 21:31:45 +09:00 committed by GitHub
parent 01ba68fabf
commit 8f7bc9c65c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View File

@ -1,12 +1,12 @@
{ {
"version": "2.4.58", "version": "2.4.59",
"description": "Apache HTTP server benchmarking tool ('ab')", "description": "Apache HTTP server benchmarking tool ('ab')",
"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.58-win64-VS17.zip", "url": "https://fossies.org/windows/www/httpd-2.4.59-240404-win64-VS17.zip",
"hash": "e9a179ad4767c595be55024ee0415a96ae522f492deca4b0d54cf136ff2b092c" "hash": "12e50ea2ccd1a0617cbf679150b48f9a21bad1ad05fe2715386c51c087e18543"
} }
}, },
"extract_dir": "Apache24", "extract_dir": "Apache24",
@ -17,12 +17,12 @@
], ],
"checkver": { "checkver": {
"url": "https://fossies.org/windows/www/", "url": "https://fossies.org/windows/www/",
"regex": "httpd-([\\d.]+)-win64-VS17\\.zip" "regex": "httpd-([\\d.]+)-(?<date>[\\d]+)-win64-VS17\\.zip"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://fossies.org/windows/www/httpd-$version-win64-VS17.zip" "url": "https://fossies.org/windows/www/httpd-$version-$matchDate-win64-VS17.zip"
} }
}, },
"hash": { "hash": {

View File

@ -1,12 +1,12 @@
{ {
"version": "2.4.58", "version": "2.4.59",
"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.58-win64-VS17.zip", "url": "https://fossies.org/windows/www/httpd-2.4.59-240404-win64-VS17.zip",
"hash": "e9a179ad4767c595be55024ee0415a96ae522f492deca4b0d54cf136ff2b092c" "hash": "12e50ea2ccd1a0617cbf679150b48f9a21bad1ad05fe2715386c51c087e18543"
} }
}, },
"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.]+)-win64-VS17\\.zip" "regex": "httpd-([\\d.]+)-(?<date>[\\d]+)-win64-VS17\\.zip"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://fossies.org/windows/www/httpd-$version-win64-VS17.zip" "url": "https://fossies.org/windows/www/httpd-$version-$matchDate-win64-VS17.zip"
} }
}, },
"hash": { "hash": {