From 26cb5a1af47a9d5bf85a552d9e77a1c3189850ca Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 11 Jul 2019 13:15:22 +0200 Subject: [PATCH 1/2] elfutils: Convert into a be0 file --- elfutils-0.166-0.bee => elfutils.be0 | 2 ++ 1 file changed, 2 insertions(+) rename elfutils-0.166-0.bee => elfutils.be0 (98%) diff --git a/elfutils-0.166-0.bee b/elfutils.be0 similarity index 98% rename from elfutils-0.166-0.bee rename to elfutils.be0 index 523efda47..ff8300805 100755 --- a/elfutils-0.166-0.bee +++ b/elfutils.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION elfutils-0.176-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From 95a2112a750bdaefa9d548c75ed8e2330461892f Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 11 Jul 2019 13:16:37 +0200 Subject: [PATCH 2/2] elfutils: Update URL --- elfutils.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elfutils.be0 b/elfutils.be0 index ff8300805..f571d2527 100755 --- a/elfutils.be0 +++ b/elfutils.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://fedorahosted.org/releases/e/l/elfutils/${PKGVERSION}/elfutils-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://sourceware.org/elfutils/ftp/${PKGVERSION}/elfutils-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.