libuv: update to 1.14.0.
This commit is contained in:
parent
86908c48e0
commit
9c5d2690cd
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libuv'
|
||||
pkgname=libuv
|
||||
version=1.13.1
|
||||
version=1.14.0
|
||||
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=824fe07476a9cab519d2d3e2be6d49f1faa1e7bb59224f0d81a7d6a307ce3937
|
||||
checksum=7267f1564fc6bd84e1721ad7e3cdd7b5da06faab9fa09522f33589dc08d3edf9
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue