mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
zstd: update to 1.5.7.
This commit is contained in:
parent
77489d1a83
commit
90d7ab6b1e
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zstd'
|
# Template file for 'zstd'
|
||||||
# Don't forget to rebuild 'python3-zstandard' which depends on API version.
|
# Don't forget to rebuild 'python3-zstandard' which depends on API version.
|
||||||
pkgname=zstd
|
pkgname=zstd
|
||||||
version=1.5.6
|
version=1.5.7
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
makedepends="zlib-devel liblzma-devel liblz4-devel"
|
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/"
|
homepage="https://facebook.github.io/zstd/"
|
||||||
changelog="https://raw.githubusercontent.com/facebook/zstd/dev/CHANGELOG"
|
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=8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1
|
checksum=eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} PREFIX=/usr lib-mt
|
make ${makejobs} PREFIX=/usr lib-mt
|
||||||
|
@ -22,7 +22,7 @@ do_build() {
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# using the test target is too expensive
|
# using the test target is too expensive
|
||||||
make ${makejobs} shortest
|
make ${makejobs} check
|
||||||
make -j 1 -C contrib/pzstd tests check
|
make -j 1 -C contrib/pzstd tests check
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue