From 4dc74d142e86c8138f808433450a63c8e904b359 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 20 Aug 2017 13:08:13 +0200 Subject: [PATCH] libuv: fix distfiles. --- srcpkgs/libuv/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index a6ceace44b4..93558ed2797 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -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 " 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