Update zstd
This commit is contained in:
parent
173f60ac3c
commit
90a19b29eb
|
@ -8,9 +8,9 @@ class zstd(Dependency):
|
||||||
|
|
||||||
class Source(ReleaseDownload):
|
class Source(ReleaseDownload):
|
||||||
archive = Remotefile(
|
archive = Remotefile(
|
||||||
"zstd-1.5.2.tar.gz",
|
"zstd-1.5.5.tar.gz",
|
||||||
"f7de13462f7a82c29ab865820149e778cbfe01087b3a55b5332707abf9db4a6e",
|
"",
|
||||||
"https://github.com/facebook/zstd/archive/refs/tags/v1.5.2.tar.gz",
|
"https://github.com/facebook/zstd/archive/refs/tags/v1.5.5.tar.gz",
|
||||||
)
|
)
|
||||||
|
|
||||||
class Builder(MesonBuilder):
|
class Builder(MesonBuilder):
|
||||||
|
|
Loading…
Reference in New Issue