libuv: update to 1.13.1.
This commit is contained in:
parent
1e50e485f7
commit
b1409b2fa9
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libuv'
|
||||
pkgname=libuv
|
||||
version=1.12.0
|
||||
version=1.13.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=01730d1b5e9e278eec67394e7d44021ea318d5d29520c5aa8b65bc8a18b953c7
|
||||
checksum=824fe07476a9cab519d2d3e2be6d49f1faa1e7bb59224f0d81a7d6a307ce3937
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue