From: Marek VavruĊĦa Date: Tue, 12 May 2015 22:29:02 +0000 (+0200) Subject: build: bumped libuv version X-Git-Tag: v1.0.0-beta1~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a923eb25fed8e46571083769ac08d864789ab7b7;p=thirdparty%2Fknot-resolver.git build: bumped libuv version --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index 761422e87..c2eaebce6 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -3,7 +3,7 @@ set -e CMOCKA_TAG="cmocka-0.4.1" CMOCKA_URL="git://git.cryptomilk.org/projects/cmocka.git" -LIBUV_TAG="v1.3.0" +LIBUV_TAG="v1.5.0" LIBUV_URL="https://github.com/libuv/libuv.git" KNOT_TAG="master" KNOT_URL="https://github.com/CZ-NIC/knot.git"