Use alternative (HTTPS) file source tarball URL
This commit is contained in:
parent
ee5a8eda96
commit
d001372a8b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue