summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kuhn <michael.kuhn@informatik.uni-hamburg.de>2019-07-14 21:25:20 +0200
committerAdam J. Stewart <ajstewart426@gmail.com>2019-07-14 14:25:20 -0500
commitd7b76df5ac28bc60edb19f0dc6519c9c54158953 (patch)
treefb29aac3f0f7ee9d3215f0b0445f72026169e07d
parent0bff0c2d0d99e49dad723acad3ea37172972edaf (diff)
downloadspack-d7b76df5ac28bc60edb19f0dc6519c9c54158953.tar.gz
spack-d7b76df5ac28bc60edb19f0dc6519c9c54158953.tar.bz2
spack-d7b76df5ac28bc60edb19f0dc6519c9c54158953.tar.xz
spack-d7b76df5ac28bc60edb19f0dc6519c9c54158953.zip
bzip2: Add 1.0.8 (#12017)
Update URLs to official ones.
-rw-r--r--var/spack/repos/builtin/packages/bzip2/package.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/bzip2/package.py b/var/spack/repos/builtin/packages/bzip2/package.py
index 0eb07c7ff5..a20bb4c376 100644
--- a/var/spack/repos/builtin/packages/bzip2/package.py
+++ b/var/spack/repos/builtin/packages/bzip2/package.py
@@ -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')