mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-24 04:53:29 -04:00
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"
|
source_dir = "libmagic"
|
||||||
archive = Remotefile('file-5.33.tar.gz',
|
archive = Remotefile('file-5.33.tar.gz',
|
||||||
'1c52c8c3d271cd898d5511c36a68059cda94036111ab293f01f83c3525b737c6',
|
'1c52c8c3d271cd898d5511c36a68059cda94036111ab293f01f83c3525b737c6',
|
||||||
'ftp://ftp.astron.com/pub/file/file-5.33.tar.gz')
|
'https://fossies.org/linux/misc/file-5.33.tar.gz')
|
||||||
|
|
||||||
Builder = MakeBuilder
|
Builder = MakeBuilder
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user