ScoopInstaller_Main/apache.json
2018-03-21 17:00:23 +00:00

57 lines
1.8 KiB
JSON

{
"homepage": "https://www.apachelounge.com",
"version": "2.4.33",
"license": "Apache 2.0",
"architecture": {
"64bit": {
"url": "https://www.apachelounge.com/download/VC15/binaries/httpd-2.4.33-win64-VC15.zip",
"hash": "F95DF80AC20D78590E0357ECD37F6439CF193E0753203F82E9F9A2FD08F84E32"
},
"32bit": {
"url": "https://www.apachelounge.com/download/VC15/binaries/httpd-2.4.33-win32-VC15.zip",
"hash": "14324B9A743B4E9FCD129E9E8F0EEC0E1A785E327D10D54076096E4C834AA84A"
}
},
"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})"
}
}
}