Skip to content

Commit d7b76df

Browse files
michaelkuhnadamjstewart
authored andcommitted
bzip2: Add 1.0.8 (spack#12017)
Update URLs to official ones.
1 parent 0bff0c2 commit d7b76df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

var/spack/repos/builtin/packages/bzip2/package.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ class Bzip2(Package):
1313
compressors), whilst being around twice as fast at compression
1414
and six times faster at decompression."""
1515

16-
# FIXME: The bzip.org domain has expired:
17-
# https://lwn.net/Articles/762264/
18-
# This package will need to be updated when a new home is found.
1916
homepage = "https://sourceware.org/bzip2/"
20-
url = "https://fossies.org/linux/misc/bzip2-1.0.6.tar.gz"
17+
url = "https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz"
2118

19+
version('1.0.8', 'ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269')
2220
version('1.0.7', 'e768a87c5b1a79511499beb41500bcc4caf203726fff46a6f5f9ad27fe08ab2b')
2321
version('1.0.6', '00b516f4704d4a7cb50a1d97e6e8e15b')
2422

0 commit comments

Comments
 (0)