From: Ondřej Surý Date: Sat, 5 Mar 2016 08:12:59 +0000 (+0100) Subject: Use Knot DNS 2.1.1 instead of Knot DNS 2.1.0-rc1 X-Git-Tag: v1.0.0~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25cea013d2f1862ceb3950fdb5f0e03ba09f1c3e;p=thirdparty%2Fknot-resolver.git Use Knot DNS 2.1.1 instead of Knot DNS 2.1.0-rc1 --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index d66ea2c1d..25f92c0dc 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -5,7 +5,7 @@ CMOCKA_TAG="cmocka-0.4.1" CMOCKA_URL="git://git.cryptomilk.org/projects/cmocka.git" LIBUV_TAG="v1.x" LIBUV_URL="https://github.com/libuv/libuv.git" -KNOT_TAG="v2.1.0-rc1" +KNOT_TAG="v2.1.1" 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"