libuv: update to 1.9.1.

This commit is contained in:
Michael Gehring 2016-05-17 04:03:33 +02:00
parent 4e73b28af3
commit 4d18aaf2a1

View file

@ -1,6 +1,6 @@
# Template build file for 'libuv' # Template build file for 'libuv'
pkgname=libuv pkgname=libuv
version=1.9.0 version=1.9.1
revision=1 revision=1
wrksrc="${pkgname}-v${version}" wrksrc="${pkgname}-v${version}"
short_desc="Multi-platform support library with a focus on asynchronous I/O" short_desc="Multi-platform support library with a focus on asynchronous I/O"
@ -10,7 +10,7 @@ build_style="gnu-configure"
hostmakedepends="automake libtool pkg-config" hostmakedepends="automake libtool pkg-config"
homepage="http://libuv.org/" homepage="http://libuv.org/"
distfiles="http://dist.libuv.org/dist/v${version}/libuv-v${version}.tar.gz" distfiles="http://dist.libuv.org/dist/v${version}/libuv-v${version}.tar.gz"
checksum=d595b2725abcce851c76239aab038adc126c58714cfb572b2ebb2d21b3593842 checksum=e83953782c916d7822ef0b94e8115ce5756fab5300cca173f0de5f5b0e0ae928
pre_configure() { pre_configure() {
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh