Update to last version of libmagic (5.35)

This commit is contained in:
Matthieu Gautier 2019-01-08 17:29:38 +01:00
parent 8005aff6c0
commit 1a0e0ad717
2 changed files with 5 additions and 4 deletions

View File

@ -15,9 +15,10 @@ class LibMagic(Dependency):
class Source(ReleaseDownload):
name = "libmagic"
source_dir = "libmagic"
archive = Remotefile('file-5.33.tar.gz',
'1c52c8c3d271cd898d5511c36a68059cda94036111ab293f01f83c3525b737c6',
'https://fossies.org/linux/misc/file-5.33.tar.gz')
archive_top_dir = 'file-5.35'
archive = Remotefile('file-5.35.tar.gz',
'30c45e817440779be7aac523a905b123cba2a6ed0bf4f5439e1e99ba940b5546',
'https://fossies.org/linux/misc/file-5.35.tar.gz')
class Builder(MakeBuilder):

View File

@ -50,7 +50,7 @@ base_deps_versions = {
'icu4c' : '58.2',
'gradle' : '4.6',
'libaria2' : '1.33.1',
'libmagic' : '5.33',
'libmagic' : '5.35',
'android-sdk' : 'r25.2.3',
'android-ndk' : 'r13b',
'qt' : '5.10.1',