libuv: update to 1.9.1.
This commit is contained in:
parent
4e73b28af3
commit
4d18aaf2a1
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libuv'
|
||||
pkgname=libuv
|
||||
version=1.9.0
|
||||
version=1.9.1
|
||||
revision=1
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
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"
|
||||
homepage="http://libuv.org/"
|
||||
distfiles="http://dist.libuv.org/dist/v${version}/libuv-v${version}.tar.gz"
|
||||
checksum=d595b2725abcce851c76239aab038adc126c58714cfb572b2ebb2d21b3593842
|
||||
checksum=e83953782c916d7822ef0b94e8115ce5756fab5300cca173f0de5f5b0e0ae928
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue