mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
|
"homepage": "https://www.apachelounge.com",
|
|
"description": "The Apache HTTP Server (\"httpd\")",
|
|
"version": "2.4.39",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://fossies.org/windows/www/httpd-2.4.39-win64-VC15.zip",
|
|
"hash": "e67a81e391bf6cd8af8f84d880acca9cb3efd7831c8e287c8b31e67cb2758d9e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://fossies.org/windows/www/httpd-2.4.39-win32-VC15.zip",
|
|
"hash": "43266a2f0b47e4b0cb181fcedaf97fed258a99c14a2c85ecff79415aa8ef8308"
|
|
}
|
|
},
|
|
"extract_dir": "Apache24",
|
|
"persist": [
|
|
"htdocs",
|
|
"conf"
|
|
],
|
|
"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"
|
|
],
|
|
"checkver": {
|
|
"url": "https://fossies.org/search?q=folder_search&q1=httpd&ad=%2Ffresh%2Fwindows%2Fwww&ca=yes&dp=1",
|
|
"re": "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"
|
|
}
|
|
}
|
|
}
|