tools/zstd: update to 1.5.5

This commit is contained in:
coolsnowwolf 2024-01-14 21:47:34 +08:00
parent 2c67f6832d
commit f4405a9597
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ HOST_CONFIGURE_ARGS = \
--target=$(REAL_GNU_TARGET_NAME) \ --target=$(REAL_GNU_TARGET_NAME) \
--with-sysroot=$(TOOLCHAIN_DIR) \ --with-sysroot=$(TOOLCHAIN_DIR) \
--with-system-zlib \ --with-system-zlib \
--with-zstd \ --without-zstd \
--enable-deterministic-archives \ --enable-deterministic-archives \
--enable-plugins \ --enable-plugins \
--enable-lto \ --enable-lto \

View File

@ -1,11 +1,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=zstd PKG_NAME:=zstd
PKG_VERSION:=1.5.4 PKG_VERSION:=1.5.5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/facebook/zstd/releases/download/v$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/facebook/zstd/releases/download/v$(PKG_VERSION)
PKG_HASH:=0f470992aedad543126d06efab344dc5f3e171893810455787d38347343a4424 PKG_HASH:=9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4
PKG_LICENSE:=BSD-3-Clause PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE PKG_LICENSE_FILES:=LICENSE