From f90a6ba91d4a2ed2c3b42981bd7725d19631412b Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 12 Dec 2019 15:55:23 +0100 Subject: [PATCH] rpm: rebuild with local SRCURL - rebuild, no update - pending update #1402 --- rpm-4.11.2-2.bee => rpm-4.11.2-3.bee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename rpm-4.11.2-2.bee => rpm-4.11.2-3.bee (94%) diff --git a/rpm-4.11.2-2.bee b/rpm-4.11.2-3.bee similarity index 94% rename from rpm-4.11.2-2.bee rename to rpm-4.11.2-3.bee index e97179d94..0434dd2ce 100755 --- a/rpm-4.11.2-2.bee +++ b/rpm-4.11.2-3.bee @@ -7,7 +7,8 @@ ## 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://ftp.rpm.org/releases/rpm-${PKGVERSION[2]}.x/rpm-${PKGVERSION}.tar.bz2" +# SRCURL[0]="https://ftp.rpm.org/releases/rpm-${PKGVERSION[2]}.x/rpm-${PKGVERSION}.tar.bz2" +SRCURL[0]="/src/mariux/beeroot/downloads/rpm-4.11.2.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.