libuv: update to 1.14.1.
This commit is contained in:
parent
442497cbca
commit
aa5ef0bf95
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libuv'
|
||||
pkgname=libuv
|
||||
version=1.14.0
|
||||
version=1.14.1
|
||||
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=96088804334a70f84d64f45e4db926fc1dfa42d4a9d22b1812cf47bc0d9b6947
|
||||
checksum=82fbbb0eaab4adcf8ed513d3b777c8e02ed2e77aae265baf6bd2d68cb84bc9e3
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue