Add list_url for bzip2 (#3988)
This commit is contained in:
parent
e3378a0d3b
commit
c616e4a619
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class Bzip2(Package):
|
|||
|
||||
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"
|
||||
|
||||
version('1.0.6', '00b516f4704d4a7cb50a1d97e6e8e15b')
|
||||
|
||||
|
|
Loading…
Reference in a new issue