ScoopInstaller_Main/apache.json
2018-03-13 18:00:21 +00:00

57 lines
1.8 KiB
JSON

{
"homepage": "https://www.apachelounge.com",
"version": "2.4.32",
"license": "Apache 2.0",
"architecture": {
"64bit": {
"url": "https://www.apachelounge.com/download/VC15/binaries/httpd-2.4.32-win64-VC15.zip",
"hash": "E983A8D1C9E228235C55E8417F4C11194F20434F814B4C42F1A89B061A06F548"
},
"32bit": {
"url": "https://www.apachelounge.com/download/VC15/binaries/httpd-2.4.32-win32-VC15.zip",
"hash": "BF33FFCF24891FA98A78351550DE23529EA2888B8514A3C3ABA15D2A6128108F"
}
},
"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://www.apachelounge.com/download/",
"re": "Apache ([\\d.]+) Win32"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.apachelounge.com/download/VC15/binaries/httpd-$version-win64-VC15.zip"
},
"32bit": {
"url": "https://www.apachelounge.com/download/VC15/binaries/httpd-$version-win32-VC15.zip"
}
},
"hash": {
"url": "$url.txt",
"find": "SHA256-Checksum for: (?:$basename):\\s+([a-fA-F0-9]{64})"
}
}
}