libelf: added extra url (#17358)

This commit is contained in:
Paul R. C. Kent 2020-07-03 05:49:58 -04:00 committed by GitHub
parent 9c85d87b90
commit 8fcd917e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,11 @@ class Libelf(AutotoolsPackage):
# homepage = "http://www.mr511.de/software/english.html"
homepage = "https://directory.fsf.org/wiki/Libelf"
url = "https://fossies.org/linux/misc/old/libelf-0.8.13.tar.gz"
urls = [
'https://fossies.org/linux/misc/old/libelf-0.8.13.tar.gz',
'https://ftp.osuosl.org/pub/blfs/conglomeration/libelf/libelf-0.8.13.tar.gz'
]
version('0.8.13', sha256='591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d')