libuv: fix distfiles.
This commit is contained in:
parent
9c5d2690cd
commit
4dc74d142e
|
@ -2,15 +2,14 @@
|
|||
pkgname=libuv
|
||||
version=1.14.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="BSD/ISC"
|
||||
build_style="gnu-configure"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
homepage="http://libuv.org/"
|
||||
distfiles="http://dist.libuv.org/dist/v${version}/libuv-v${version}.tar.gz"
|
||||
checksum=7267f1564fc6bd84e1721ad7e3cdd7b5da06faab9fa09522f33589dc08d3edf9
|
||||
distfiles="https://github.com/libuv/libuv/archive/v$version.tar.gz"
|
||||
checksum=96088804334a70f84d64f45e4db926fc1dfa42d4a9d22b1812cf47bc0d9b6947
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue