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): class Source(ReleaseDownload):
name = "libmagic" name = "libmagic"
source_dir = "libmagic" source_dir = "libmagic"
archive = Remotefile('file-5.33.tar.gz', archive_top_dir = 'file-5.35'
'1c52c8c3d271cd898d5511c36a68059cda94036111ab293f01f83c3525b737c6', archive = Remotefile('file-5.35.tar.gz',
'https://fossies.org/linux/misc/file-5.33.tar.gz') '30c45e817440779be7aac523a905b123cba2a6ed0bf4f5439e1e99ba940b5546',
'https://fossies.org/linux/misc/file-5.35.tar.gz')
class Builder(MakeBuilder): class Builder(MakeBuilder):

View File

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