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 Xterm(AutotoolsPackage):
that can't use the window system directly."""
homepage = "http://invisible-island.net/xterm/"
url = "ftp://invisible-island.net/xterm/xterm-327.tgz"
url = "http://invisible-island.net/xterm/xterm-327.tgz"
version('327', '3c32e931adcad44e64e57892e75d9e02')