2025-07-11 08:30:01 +00:00

34 lines
1.1 KiB
JSON

{
"version": "2.4.64",
"description": "Apache HTTP server benchmarking tool ('ab')",
"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"
}
},
"extract_dir": "Apache24",
"pre_install": "Remove-Item \"$dir\\*\" -Exclude ab.exe,abs.exe,libcrypto*.dll,libssl*.dll,NOTICE.txt,LICENSE.txt -Recurse -Force",
"bin": [
"bin\\ab.exe",
"bin\\abs.exe"
],
"checkver": {
"url": "https://fossies.org/windows/www/",
"regex": "httpd-([\\d.]+)-(?<date>[\\d]+)-win64-VS17\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://fossies.org/windows/www/httpd-$version-$matchDate-win64-VS17.zip"
}
},
"hash": {
"url": "$url_fossies.sha256"
},
"extract_dir": "Apache$majorVersion$minorVersion"
}
}