libuv: update to 1.12.0.

This commit is contained in:
Enno Boland 2017-05-31 11:41:47 +02:00
parent c3e0164a37
commit 71923cb78d

View file

@ -1,7 +1,7 @@
# Template build file for 'libuv' # Template build file for 'libuv'
pkgname=libuv pkgname=libuv
version=1.11.0 version=1.12.0
revision=2 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"
maintainer="Enno Boland <gottox@voidlinux.eu>" maintainer="Enno Boland <gottox@voidlinux.eu>"
@ -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=0f686994dcea6cb5cd3f50e35d5fdda07211b4b3586516df7c39bdbf19acb9a7 checksum=01730d1b5e9e278eec67394e7d44021ea318d5d29520c5aa8b65bc8a18b953c7
pre_configure() { pre_configure() {
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh