From a923eb25fed8e46571083769ac08d864789ab7b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Vavru=C5=A1a?= Date: Wed, 13 May 2015 00:29:02 +0200 Subject: [PATCH] build: bumped libuv version --- scripts/bootstrap-depends.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2