From: tobtoht Date: Fri, 21 Feb 2025 18:23:49 +0000 (+0100) Subject: depends: zstd: update to 1.5.7 X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=078bcc29bd1efb91497f057f223809cf481da8f5;p=gamesguru%2Ffeather.git depends: zstd: update to 1.5.7 --- diff --git a/contrib/depends/packages/zstd.mk b/contrib/depends/packages/zstd.mk index f7d25ad4..692db348 100644 --- a/contrib/depends/packages/zstd.mk +++ b/contrib/depends/packages/zstd.mk @@ -1,8 +1,12 @@ package=zstd -$(package)_version=1.5.6 +$(package)_version=1.5.7 $(package)_download_path=https://github.com/facebook/zstd/releases/download/v$($(package)_version) $(package)_file_name=zstd-$($(package)_version).tar.gz -$(package)_sha256_hash=8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1 +$(package)_sha256_hash=eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3 + +define $(package)_preprocess_cmds + rm -rf tests doc contrib/pzstd/images build/single_file_libs/examples +endef define $(package)_build_cmds $($(package)_cmake) -DCMAKE_INSTALL_PREFIX=$(host_prefix) -DHOST=$(host) -DZSTD_LEGACY_SUPPORT=OFF -B build-cmake-debug -S build/cmake && \