]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
build: pin to last working version of libknot
authorMarek Vavruša <marek.vavrusa@nic.cz>
Fri, 22 May 2015 13:43:31 +0000 (15:43 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Fri, 22 May 2015 13:43:31 +0000 (15:43 +0200)
scripts/bootstrap-depends.sh

index 4df95363cc5009403ae5b2c7843d5d13a4b3bb95..d0a8fc7259a1424ec4a610d56a181abf7ea69c39 100755 (executable)
@@ -5,7 +5,7 @@ CMOCKA_TAG="cmocka-0.4.1"
 CMOCKA_URL="git://git.cryptomilk.org/projects/cmocka.git"
 LIBUV_TAG="v1.5.0"
 LIBUV_URL="https://github.com/libuv/libuv.git"
-KNOT_TAG="master"
+KNOT_TAG="edc125bc"
 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"