mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Use alternative (HTTPS) file source tarball URL
This commit is contained in:
committed by
Matthieu Gautier
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
|
||||
|
||||
|
Reference in New Issue
Block a user