]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/libuv: bump to version 1.0.2
authorJörg Krause <jkrause@posteo.de>
Wed, 10 Dec 2014 23:18:49 +0000 (00:18 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 11 Dec 2014 08:56:47 +0000 (09:56 +0100)
libuv has moved to github.com/libuv/libuv

[Thomas: fix Config.in help text, as noticed by Baruch.]

Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libuv/Config.in
package/libuv/libuv.mk

index 60838374d5ac7a252895616c57e185f3a5fec68d..f6d7e5f1efd7a72d168c9e7885c57c4ac4624997 100644 (file)
@@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBUV
          libuv is a multi-platform support library with a focus
          on asynchronous I/O.
 
-         https://github.com/joyent/libuv
+         https://github.com/libuv/libuv
 
 comment "libuv needs a toolchain w/ IPv6, threads"
        depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS
index 08bf8c5db0fe2d50bd8cd6656edbad5a25eea67d..33f8d2c989bd415496df72035941c6cd7aabd6c3 100644 (file)
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-LIBUV_VERSION = v0.11.29
-LIBUV_SITE = $(call github,joyent,libuv,$(LIBUV_VERSION))
+LIBUV_VERSION = v1.0.2
+LIBUV_SITE = $(call github,libuv,libuv,$(LIBUV_VERSION))
 LIBUV_DEPENDENCIES = host-pkgconf
 LIBUV_INSTALL_STAGING = YES
 LIBUV_AUTORECONF = YES