Replace FTP retrieval URLs with HTTP/HTTPS serving packages with identical checksum. (#2958)
This commit is contained in:
@@ -29,7 +29,7 @@ class Mpe2(Package):
|
||||
"""Message Passing Extensions (MPE): Parallel, shared X window graphics"""
|
||||
|
||||
homepage = "http://www.mcs.anl.gov/research/projects/perfvis/software/MPE/"
|
||||
url = "ftp://ftp.mcs.anl.gov/pub/mpi/mpe/mpe2-1.3.0.tar.gz"
|
||||
url = "http://ftp.mcs.anl.gov/pub/mpi/mpe/mpe2-1.3.0.tar.gz"
|
||||
|
||||
version('1.3.0', '67bf0c7b2e573df3ba0d2059a96c2f7b')
|
||||
|
||||
|
Reference in New Issue
Block a user