Switch lzo download from https to http
lzo's download server does not present a valid certificate, so that downloads via https are failing. Spack's MD5 checksum still ensure a safe download. Closes #1675.
This commit is contained in:
parent
0ff048521b
commit
932cd6fa19
@ -29,7 +29,7 @@ class Lzo(Package):
|
||||
"""Real-time data compression library"""
|
||||
|
||||
homepage = 'https://www.oberhumer.com/opensource/lzo/'
|
||||
url = 'https://www.oberhumer.com/opensource/lzo/download/lzo-2.09.tar.gz'
|
||||
url = 'http://www.oberhumer.com/opensource/lzo/download/lzo-2.09.tar.gz'
|
||||
|
||||
version('2.09', 'c7ffc9a103afe2d1bba0b015e7aa887f')
|
||||
version('2.08', 'fcec64c26a0f4f4901468f360029678f')
|
||||
|
Loading…
Reference in New Issue
Block a user