libuv: update to 1.20.1.
Closes #13618. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
81309375c6
commit
962a6379bb
|
@ -1,15 +1,15 @@
|
|||
# Template build file for 'libuv'
|
||||
pkgname=libuv
|
||||
version=1.20.0
|
||||
revision=2
|
||||
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="BSD/ISC"
|
||||
version=1.20.1
|
||||
revision=1
|
||||
build_style="gnu-configure"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="MIT, CC-BY-SA-4.0"
|
||||
homepage="http://libuv.org/"
|
||||
distfiles="https://github.com/libuv/libuv/archive/v$version.tar.gz"
|
||||
checksum=6d36f18f556cc288813032a168fd9181b45d9e66e3e18e54a8dbdfd8ea3c3dba
|
||||
checksum=abc9106789c15a1c8009ab3d114a5b44bd6e240b183240f47e28aa542eea07b4
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue