Update to last version of lzma.

This commit is contained in:
Matthieu Gautier 2018-03-28 11:03:31 +02:00
parent 98b2ab5efd
commit 7da54c4819
2 changed files with 4 additions and 3 deletions

View File

@ -81,8 +81,9 @@ class lzma(Dependency):
name = 'lzma'
class Source(ReleaseDownload):
archive = Remotefile('xz-5.0.4.tar.bz2',
'5cd9b060d3a1ad396b3be52c9b9311046a1c369e6062aea752658c435629ce92')
archive = Remotefile('xz-5.2.3.tar.bz2',
'fd9ca16de1052aac899ad3495ad20dfa906c27b4a5070102a2ec35ca3a4740c1',
'https://tukaani.org/xz/xz-5.2.3.tar.bz2')
class Builder(MakeBuilder):
@property

View File

@ -15,7 +15,7 @@ base_deps_meta_version = '1'
base_deps_versions = {
'zlib' : '1.2.8',
'lzma' : '5.0.4',
'lzma' : '5.2.3',
'uuid' : '1.43.4',
'xapian-core' : '1.4.5',
'ctpp2' : '2.8.3',