libuv: Update to 1.19.1 (#11000)
This commit is contained in:
parent
9d26ee2185
commit
d2e2437b8a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'libuv'
|
# Template build file for 'libuv'
|
||||||
pkgname=libuv
|
pkgname=libuv
|
||||||
version=1.19.0
|
version=1.19.1
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
@ -9,7 +9,7 @@ build_style="gnu-configure"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
homepage="http://libuv.org/"
|
homepage="http://libuv.org/"
|
||||||
distfiles="https://github.com/libuv/libuv/archive/v$version.tar.gz"
|
distfiles="https://github.com/libuv/libuv/archive/v$version.tar.gz"
|
||||||
checksum=37c94b934dce14fcee94f82ecceefaf806ac0601d07bf7148a3bdb35e249e957
|
checksum=8d96a6230af4f9f33d6ec021b599e157279a2af72ed38cf4a8c25e6d58d952ef
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
Loading…
Reference in a new issue