From db47bdaf489fc344803ad4fa6ec5d637c47abee8 Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Mon, 16 Sep 2019 10:21:35 +0200 Subject: [PATCH] ess: fix url --- ess-12.09_2-0.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ess-12.09_2-0.bee b/ess-12.09_2-0.bee index 4b8d49d6a..cadfcd296 100755 --- a/ess-12.09_2-0.bee +++ b/ess-12.09_2-0.bee @@ -7,7 +7,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]="http://ess.r-project.org/downloads/ess/ess-${PKGVERSION}${PKGEXTRAVERSION_DASH}.tgz" +SRCURL[0]="http://ess.r-project.org/downloads/ess/OLD/ess-${PKGVERSION}${PKGEXTRAVERSION_DASH}.tgz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.