libelf: added extra url (#17358)
This commit is contained in:
parent
9c85d87b90
commit
8fcd917e51
@ -19,7 +19,11 @@ class Libelf(AutotoolsPackage):
|
|||||||
# homepage = "http://www.mr511.de/software/english.html"
|
# homepage = "http://www.mr511.de/software/english.html"
|
||||||
|
|
||||||
homepage = "https://directory.fsf.org/wiki/Libelf"
|
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')
|
version('0.8.13', sha256='591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user