elfutils: new url after fedorahosted.org closed down

This commit is contained in:
MilhouseVH 2017-03-02 13:32:31 +00:00
parent c4ab1f6ca4
commit 713626cbd6

View File

@ -20,8 +20,8 @@ PKG_NAME="elfutils"
PKG_VERSION="0.167"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://fedorahosted.org/elfutils/"
PKG_URL="https://fedorahosted.org/releases/e/l/elfutils/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_SITE="https://sourceware.org/elfutils/"
PKG_URL="https://sourceware.org/elfutils/ftp/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_TARGET="toolchain zlib"
PKG_SECTION="devel"
PKG_SHORTDESC="elfutils: collection of utilities to handle ELF objects"