Signed-off-by: Philipp Zabel <[email protected]> --- rules/zstd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/zstd.make b/rules/zstd.make index 3dfcf1d6d3f9..0e3ff9c00c24 100644 --- a/rules/zstd.make +++ b/rules/zstd.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_ZSTD) += zstd # # Paths and names # -ZSTD_VERSION := 1.4.4 -ZSTD_MD5 := 532aa7b3a873e144bbbedd9c0ea87694 +ZSTD_VERSION := 1.5.0 +ZSTD_MD5 := d5ac89d5df9e81243ce40d0c6a66691d ZSTD := zstd-$(ZSTD_VERSION) ZSTD_SUFFIX := tar.gz ZSTD_URL := https://github.com/facebook/zstd/archive/v$(ZSTD_VERSION).$(ZSTD_SUFFIX) -- 2.29.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
