mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Update zstd
This commit is contained in:
@ -8,9 +8,9 @@ class zstd(Dependency):
|
||||
|
||||
class Source(ReleaseDownload):
|
||||
archive = Remotefile(
|
||||
"zstd-1.5.2.tar.gz",
|
||||
"f7de13462f7a82c29ab865820149e778cbfe01087b3a55b5332707abf9db4a6e",
|
||||
"https://github.com/facebook/zstd/archive/refs/tags/v1.5.2.tar.gz",
|
||||
"zstd-1.5.5.tar.gz",
|
||||
"",
|
||||
"https://github.com/facebook/zstd/archive/refs/tags/v1.5.5.tar.gz",
|
||||
)
|
||||
|
||||
class Builder(MesonBuilder):
|
||||
|
Reference in New Issue
Block a user