mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
apache 2.4.7 (add checkver)
This commit is contained in:
parent
55e5038060
commit
38d879c4b6
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user