libuv: update to 1.15.0.
This commit is contained in:
parent
6a0dc2d60d
commit
21e7af18c8
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libuv'
|
||||
pkgname=libuv
|
||||
version=1.14.1
|
||||
version=1.15.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=82fbbb0eaab4adcf8ed513d3b777c8e02ed2e77aae265baf6bd2d68cb84bc9e3
|
||||
checksum=17afc94ec307be28fe8d4316679171219770df4f993905a79643c7583e106489
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue