Use recent zstdlib 1.5.1
This commit is contained in:
parent
7dbaff90f8
commit
1a3df6fa3b
|
@ -11,9 +11,9 @@ class zstd(Dependency):
|
||||||
name = 'zstd'
|
name = 'zstd'
|
||||||
|
|
||||||
class Source(ReleaseDownload):
|
class Source(ReleaseDownload):
|
||||||
archive = Remotefile('zstd-1.4.4.tar.gz',
|
archive = Remotefile('zstd-1.5.1.tar.gz',
|
||||||
'59ef70ebb757ffe74a7b3fe9c305e2ba3350021a918d168a046c6300aeea9315',
|
'e28b2f2ed5710ea0d3a1ecac3f6a947a016b972b9dd30242369010e5f53d7002',
|
||||||
'https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-1.4.4.tar.gz')
|
'https://github.com/facebook/zstd/releases/download/v1.5.1/zstd-1.5.1.tar.gz')
|
||||||
patches = ['zstd_meson.patch']
|
patches = ['zstd_meson.patch']
|
||||||
|
|
||||||
class Builder(MesonBuilder):
|
class Builder(MesonBuilder):
|
||||||
|
|
|
@ -39,12 +39,12 @@ release_versions = {
|
||||||
|
|
||||||
# This is the "version" of the whole base_deps_versions dict.
|
# This is the "version" of the whole base_deps_versions dict.
|
||||||
# Change this when you change base_deps_versions.
|
# Change this when you change base_deps_versions.
|
||||||
base_deps_meta_version = '74'
|
base_deps_meta_version = '75'
|
||||||
|
|
||||||
base_deps_versions = {
|
base_deps_versions = {
|
||||||
'zlib' : '1.2.8',
|
'zlib' : '1.2.8',
|
||||||
'lzma' : '5.2.4',
|
'lzma' : '5.2.4',
|
||||||
'zstd' : '1.4.4',
|
'zstd' : '1.5.1',
|
||||||
'docoptcpp' : '0.6.2',
|
'docoptcpp' : '0.6.2',
|
||||||
'uuid' : '1.43.4',
|
'uuid' : '1.43.4',
|
||||||
'xapian-core' : '1.4.18',
|
'xapian-core' : '1.4.18',
|
||||||
|
|
Loading…
Reference in New Issue