apache 2.4.7 (add checkver)

This commit is contained in:
Luke Sampson 2014-03-16 10:57:30 +10:00
parent 55e5038060
commit 38d879c4b6

View File

@ -30,5 +30,9 @@
$conf = \"$dir/conf/httpd.conf\" $conf = \"$dir/conf/httpd.conf\"
$root=(scoop which httpd | split-path -res -par | split-path -par) -replace '\\\\', '/'; $root=(scoop which httpd | split-path -res -par | split-path -par) -replace '\\\\', '/';
(gc $conf) | % { $_ -replace 'c:/Apache24', \"$root\" } | sc $conf (gc $conf) | % { $_ -replace 'c:/Apache24', \"$root\" } | sc $conf
" ",
"checkver": {
"url": "http://www.apachelounge.com/download/",
"re": "Apache ([0-9\\.]+) Win64"
}
} }