bzip2: Add 1.0.8 (#12017)

Update URLs to official ones.
This commit is contained in:
Michael Kuhn 2019-07-14 21:25:20 +02:00 committed by Adam J. Stewart
parent 0bff0c2d0d
commit d7b76df5ac

View File

@ -13,12 +13,10 @@ class Bzip2(Package):
compressors), whilst being around twice as fast at compression
and six times faster at decompression."""
# 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"
url = "https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz"
version('1.0.8', 'ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269')
version('1.0.7', 'e768a87c5b1a79511499beb41500bcc4caf203726fff46a6f5f9ad27fe08ab2b')
version('1.0.6', '00b516f4704d4a7cb50a1d97e6e8e15b')