github-actions[bot] a771c94ce5
apache@2.4.41: Hash fix (#956)
Release refresh. Provided hashes by vendor changed too

Co-authored-by: Ash258 <cabera.jakub@gmail.com>
2020-04-01 19:35:32 +02:00

57 lines
1.8 KiB
JSON

{
"version": "2.4.41",
"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.41-win64-VC15.zip",
"hash": "3302a71ccff992d16ee3d547a9f04ed9af4490691c9b15439a88df29248f5aa5"
},
"32bit": {
"url": "https://fossies.org/windows/www/httpd-2.4.41-win32-VC15.zip",
"hash": "d1e5be514993e270cb43e7a4332002f06c71a931f2e9067e72c9606105f786d0"
}
},
"extract_dir": "Apache24",
"bin": [
"bin\\ab.exe",
"bin\\abs.exe",
"bin\\htcacheclean.exe",
"bin\\htdbm.exe",
"bin\\htdigest.exe",
"bin\\htpasswd.exe",
"bin\\httpd.exe",
"bin\\httxt2dbm.exe",
"bin\\logresolve.exe",
"bin\\rotatelogs.exe"
],
"post_install": [
"# set directory in httpd.conf",
"$conf = \"$dir/conf/httpd.conf\"",
"$root=(scoop which httpd | split-path -res -par | split-path -par) -replace '\\\\', '/';",
"(gc $conf) | % { $_ -replace 'c:/Apache24', \"$root\" } | sc $conf"
],
"persist": [
"htdocs",
"conf"
],
"checkver": {
"url": "https://fossies.org/search?q=folder_search&q1=httpd&ad=%2Ffresh%2Fwindows%2Fwww&ca=yes&dp=1",
"regex": "httpd-([\\d.]+)-win64-VC15\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://fossies.org/windows/www/httpd-$version-win64-VC15.zip"
},
"32bit": {
"url": "https://fossies.org/windows/www/httpd-$version-win32-VC15.zip"
}
},
"hash": {
"url": "$url_fossies.sha256"
}
}
}