(apache|ab)@2.4.58: Fix unreachable URL (#5208)

ab@2.4.58: old version was not reachable

Co-authored-by: 付伟杰 <wjfu@wisedu.com>
This commit is contained in:
Weijie.Fu 2023-10-23 23:01:17 +08:00 committed by GitHub
parent ea279be929
commit c99c14f07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

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

View File

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