Change bzip2 download URL (#8976)

* Change bzip2 download URL

* bzip2.org -> bzip.org
This commit is contained in:
Adam J. Stewart 2018-08-14 11:46:15 -05:00 committed by Christoph Junghans
parent 3d1cfaeb39
commit 85d00c5ef4

View File

@ -32,9 +32,11 @@ class Bzip2(Package):
compressors), whilst being around twice as fast at compression
and six times faster at decompression."""
homepage = "http://www.bzip.org"
url = "http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz"
list_url = "http://www.bzip.org/downloads.html"
# FIXME: The bzip.org domain has expired:
# https://lwn.net/Articles/762264/
# This package will need to be updated when a new home is found.
homepage = "https://sourceware.org/bzip2/"
url = "https://fossies.org/linux/misc/bzip2-1.0.6.tar.gz"
version('1.0.6', '00b516f4704d4a7cb50a1d97e6e8e15b')