mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
Update version of zstd.
No need to update base_deps_meta_version as it is already updated in this same PR.
This commit is contained in:
@ -11,9 +11,9 @@ class zstd(Dependency):
|
||||
name = 'zstd'
|
||||
|
||||
class Source(ReleaseDownload):
|
||||
archive = Remotefile('zstd-1.5.1.tar.gz',
|
||||
'e28b2f2ed5710ea0d3a1ecac3f6a947a016b972b9dd30242369010e5f53d7002',
|
||||
'https://github.com/facebook/zstd/releases/download/v1.5.1/zstd-1.5.1.tar.gz')
|
||||
archive = Remotefile('zstd-1.5.2.tar.gz',
|
||||
'f7de13462f7a82c29ab865820149e778cbfe01087b3a55b5332707abf9db4a6e',
|
||||
'https://github.com/facebook/zstd/archive/refs/tags/v1.5.2.tar.gz')
|
||||
|
||||
class Builder(MesonBuilder):
|
||||
subsource_dir = 'build/meson'
|
||||
|
@ -44,7 +44,7 @@ base_deps_meta_version = '76'
|
||||
base_deps_versions = {
|
||||
'zlib' : '1.2.12',
|
||||
'lzma' : '5.2.4',
|
||||
'zstd' : '1.5.1',
|
||||
'zstd' : '1.5.2',
|
||||
'docoptcpp' : '0.6.2',
|
||||
'uuid' : '1.43.4',
|
||||
'xapian-core' : '1.4.18',
|
||||
|
Reference in New Issue
Block a user