]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
depends: zstd: bump to 1.5.5
authortobtoht <tob@featherwallet.org>
Wed, 5 Apr 2023 09:03:44 +0000 (11:03 +0200)
committertobtoht <tob@featherwallet.org>
Wed, 5 Apr 2023 09:03:44 +0000 (11:03 +0200)
contrib/depends/packages/zstd.mk

index e93598dbc95592ffa3801552b1ba7050feb03076..11bfbf3d008dabd4713d331954e2c77d1d88f612 100644 (file)
@@ -1,8 +1,8 @@
 package=zstd
-$(package)_version=1.5.4
+$(package)_version=1.5.5
 $(package)_download_path=https://github.com/facebook/zstd/releases/download/v$($(package)_version)
 $(package)_file_name=zstd-$($(package)_version).tar.gz
-$(package)_sha256_hash=0f470992aedad543126d06efab344dc5f3e171893810455787d38347343a4424
+$(package)_sha256_hash=9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4
 
 define $(package)_build_cmds
   $($(package)_cmake) -DCMAKE_INSTALL_PREFIX=$(host_prefix) -DHOST=$(host) -DZSTD_LEGACY_SUPPORT=OFF -B build-cmake-debug -S build/cmake && \