zstd: update to 1.5.7.

This commit is contained in:
Leah Neukirchen 2025-02-21 17:47:00 +01:00
parent 77489d1a83
commit 90d7ab6b1e

View File

@ -1,7 +1,7 @@
# Template file for 'zstd'
# Don't forget to rebuild 'python3-zstandard' which depends on API version.
pkgname=zstd
version=1.5.6
version=1.5.7
revision=1
bootstrap=yes
makedepends="zlib-devel liblzma-devel liblz4-devel"
@ -12,7 +12,7 @@ license="BSD-3-Clause, GPL-2.0-or-later"
homepage="https://facebook.github.io/zstd/"
changelog="https://raw.githubusercontent.com/facebook/zstd/dev/CHANGELOG"
distfiles="https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz"
checksum=8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1
checksum=eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3
do_build() {
make ${makejobs} PREFIX=/usr lib-mt
@ -22,7 +22,7 @@ do_build() {
do_check() {
# using the test target is too expensive
make ${makejobs} shortest
make ${makejobs} check
make -j 1 -C contrib/pzstd tests check
}