Repalce ftp:// with http:// for gdbm, mesa-glu and udunits2. (#4798)

This commit is contained in:
健美猫
2017-07-19 00:22:14 +08:00
committed by Adam J. Stewart
parent c597bdb284
commit 6b2d75a0a6
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ class MesaGlu(AutotoolsPackage):
"""This package provides the Mesa OpenGL Utility library."""
homepage = "https://www.mesa3d.org"
url = "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.gz"
url = "https://www.mesa3d.org/archive/glu/glu-9.0.0.tar.gz"
version('9.0.0', 'bbc57d4fe3bd3fb095bdbef6fcb977c4')