From dbcbdf8a7373333db3b7d887ebf49744a1b409e2 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 16 May 2017 10:00:54 +0100 Subject: require mod_http2, now packaged separately --- pullrev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pullrev.sh') diff --git a/pullrev.sh b/pullrev.sh index 8b60efa..2b2fef9 100755 --- a/pullrev.sh +++ b/pullrev.sh @@ -6,7 +6,7 @@ if [ $# -lt 1 ]; then fi repo="https://svn.apache.org/repos/asf/httpd/httpd/trunk" -#repo="https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x" +repo="https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x" ver=2.4.25 prefix="httpd-${ver}" suffix="r$1${2:++}" -- cgit