Replace FTP retrieval URLs with HTTP/HTTPS serving packages with identical checksum. (#2958)

This commit is contained in:
健美猫
2017-01-31 22:56:35 +08:00
committed by Todd Gamblin
parent 0c0a1fdedc
commit d46a1eadcd
30 changed files with 32 additions and 32 deletions

View File

@@ -31,7 +31,7 @@ class Netcdf(AutotoolsPackage):
and sharing of array-oriented scientific data."""
homepage = "http://www.unidata.ucar.edu/software/netcdf"
url = "ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.3.3.tar.gz"
url = "http://www.gfd-dennou.org/arch/netcdf/unidata-mirror/netcdf-4.3.3.tar.gz"
version('4.4.1.1', '503a2d6b6035d116ed53b1d80c811bda')
version('4.4.1', '7843e35b661c99e1d49e60791d5072d8')