diff --git a/elfutils-0.166-0.bee b/elfutils.be0 similarity index 95% rename from elfutils-0.166-0.bee rename to elfutils.be0 index 523efda47..f571d2527 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.) @@ -7,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.