libuv: update to 1.19.0. (#10937)
This commit is contained in:
parent
71475958f1
commit
3d63ddb1f1
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libuv'
|
||||
pkgname=libuv
|
||||
version=1.18.0
|
||||
version=1.19.0
|
||||
revision=1
|
||||
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
|
@ -9,7 +9,7 @@ build_style="gnu-configure"
|
|||
hostmakedepends="automake libtool pkg-config"
|
||||
homepage="http://libuv.org/"
|
||||
distfiles="https://github.com/libuv/libuv/archive/v$version.tar.gz"
|
||||
checksum=772f93776ba68a357b515cda1515ce898674ef6cde30826d0cac64ce9950ebb0
|
||||
checksum=37c94b934dce14fcee94f82ecceefaf806ac0601d07bf7148a3bdb35e249e957
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue