Use alternative (HTTPS) file source tarball URL

This commit is contained in:
Emmanuel Engelhart 2018-05-09 16:10:41 +02:00 committed by Matthieu Gautier
parent ee5a8eda96
commit d001372a8b
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ class LibMagicBase(Dependency):
source_dir = "libmagic"
archive = Remotefile('file-5.33.tar.gz',
'1c52c8c3d271cd898d5511c36a68059cda94036111ab293f01f83c3525b737c6',
'ftp://ftp.astron.com/pub/file/file-5.33.tar.gz')
'https://fossies.org/linux/misc/file-5.33.tar.gz')
Builder = MakeBuilder