Replace FTP retrieval URLs with HTTP/HTTPS serving packages with identical checksum. (#2958)
This commit is contained in:
@@ -29,7 +29,7 @@ class Libsigsegv(AutotoolsPackage):
|
||||
"""GNU libsigsegv is a library for handling page faults in user mode."""
|
||||
|
||||
homepage = "https://www.gnu.org/software/libsigsegv/"
|
||||
url = "ftp://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.10.tar.gz"
|
||||
url = "https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.10.tar.gz"
|
||||
|
||||
patch('patch.new_config_guess', when='@2.10')
|
||||
|
||||
|
Reference in New Issue
Block a user