From b76fdfa356a9ea359923a588d3fe0a11b7eab3eb Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 30 Jul 2018 13:18:56 +0200 Subject: [PATCH] make: revert to official source --- make.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.be0 b/make.be0 index 0acd6b460..b7d64429c 100755 --- a/make.be0 +++ b/make.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="/src/mariux/beeroot/downloads/make-8a731d1b2cc262d03e0246a4869c704b6c1599ec.tar.gz" +SRCURL[0]="https://ftp.gnu.org/gnu/make/make-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.