From: tobtoht Date: Wed, 27 Mar 2024 11:49:47 +0000 (+0100) Subject: depends: zstd: update to 1.5.6 X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=1a8409bd4e137e10fead9059499a15a7e10c1db8;p=gamesguru%2Ffeather.git depends: zstd: update to 1.5.6 --- diff --git a/contrib/depends/packages/zstd.mk b/contrib/depends/packages/zstd.mk index 11bfbf3d..f7d25ad4 100644 --- a/contrib/depends/packages/zstd.mk +++ b/contrib/depends/packages/zstd.mk @@ -1,8 +1,8 @@ package=zstd -$(package)_version=1.5.5 +$(package)_version=1.5.6 $(package)_download_path=https://github.com/facebook/zstd/releases/download/v$($(package)_version) $(package)_file_name=zstd-$($(package)_version).tar.gz -$(package)_sha256_hash=9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4 +$(package)_sha256_hash=8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1 define $(package)_build_cmds $($(package)_cmake) -DCMAKE_INSTALL_PREFIX=$(host_prefix) -DHOST=$(host) -DZSTD_LEGACY_SUPPORT=OFF -B build-cmake-debug -S build/cmake && \