From: Marek VavruĊĦa Date: Wed, 1 Apr 2015 07:59:13 +0000 (+0200) Subject: build: fixed relocated Knot github repo X-Git-Tag: v1.0.0-beta1~272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2321d124c329b871c736ce40d903417f3c7a27ae;p=thirdparty%2Fknot-resolver.git build: fixed relocated Knot github repo --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index 7ff2ae032..f066b47a6 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -6,7 +6,7 @@ CMOCKA_URL="git://git.cryptomilk.org/projects/cmocka.git" LIBUV_TAG="v1.3.0" LIBUV_URL="https://github.com/libuv/libuv.git" KNOT_TAG="master" -KNOT_URL="https://github.com/CZNIC-Labs/knot.git" +KNOT_URL="https://github.com/CZ-NIC/knot.git" GMP_TAG="6.0.0" GMP_URL="https://gmplib.org/download/gmp/gmp-${GMP_TAG}.tar.xz" JANSSON_TAG="2.7"