zstd: update to 1.5.5.

This commit is contained in:
icp 2023-02-10 21:01:57 +05:30 committed by Duncan Overbruck
parent 7d0a3f0f9a
commit e3b072f2d8

View file

@ -1,6 +1,6 @@
# Template file for 'zstd' # Template file for 'zstd'
pkgname=zstd pkgname=zstd
version=1.5.2 version=1.5.5
revision=1 revision=1
bootstrap=yes bootstrap=yes
makedepends="zlib-devel liblzma-devel liblz4-devel" makedepends="zlib-devel liblzma-devel liblz4-devel"
@ -8,9 +8,10 @@ checkdepends="gtest-devel tar"
short_desc="Fast real-time compression algorithm - CLI tool" short_desc="Fast real-time compression algorithm - CLI tool"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause, GPL-2.0-or-later" license="BSD-3-Clause, GPL-2.0-or-later"
homepage="http://www.zstd.net" 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" distfiles="https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz"
checksum=7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0 checksum=9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4
do_build() { do_build() {
make ${makejobs} PREFIX=/usr lib-mt make ${makejobs} PREFIX=/usr lib-mt