diff --git a/apache.json b/apache.json index 1178041c43..c45504807a 100644 --- a/apache.json +++ b/apache.json @@ -30,5 +30,9 @@ $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": "http://www.apachelounge.com/download/", + "re": "Apache ([0-9\\.]+) Win64" + } }