From: Karel Slany Date: Wed, 22 Jul 2015 10:32:45 +0000 (+0200) Subject: travis: changed knot commit because of bugs in functionality X-Git-Tag: v1.0.0-beta1~53^2~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db8b4bc068ef3a4ab83dd08833f2297d2aab7bd0;p=thirdparty%2Fknot-resolver.git travis: changed knot commit because of bugs in functionality --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index 4883f272a..3ed067061 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="46681d33fd4fd229b8c019af93192cb606879a9a" +KNOT_TAG="33c23ed3f54316b0642fc58a4455ad4d4424d121" 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"