From 38d879c4b67e9f3ee396c05fe56a7f59fcee6a9a Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sun, 16 Mar 2014 10:57:30 +1000 Subject: [PATCH] apache 2.4.7 (add checkver) --- apache.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" + } }