From c2478397fa704fd8467e9d007f2d660bd3aa5d19 Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Thu, 12 Sep 2019 14:52:35 +0200 Subject: [PATCH] which: update download url --- which.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which.be0 b/which.be0 index d90680cb9..40677625a 100755 --- a/which.be0 +++ b/which.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]="https://carlo17.home.xs4all.nl/which/which-2.20.tar.gz" +SRCURL[0]="ftp://ftp.gnu.org/gnu/which/which-${PKGVERSION}.tar.gz which-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.