zstd: update to 1.4.5.
This commit is contained in:
parent
2fb568595a
commit
d92e78b560
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'zstd'
|
# Template file for 'zstd'
|
||||||
pkgname=zstd
|
pkgname=zstd
|
||||||
version=1.4.4
|
version=1.4.5
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
makedepends="zlib-devel liblzma-devel liblz4-devel"
|
makedepends="zlib-devel liblzma-devel liblz4-devel"
|
||||||
checkdepends="gtest-devel"
|
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="http://www.zstd.net"
|
||||||
distfiles="https://github.com/facebook/zstd/archive/v${version}.tar.gz"
|
distfiles="https://github.com/facebook/zstd/archive/v${version}.tar.gz"
|
||||||
checksum=a364f5162c7d1a455cc915e8e3cf5f4bd8b75d09bc0f53965b0c9ca1383c52c8
|
checksum=734d1f565c42f691f8420c8d06783ad818060fc390dee43ae0a89f86d0a4f8c2
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
|
@ -20,7 +20,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} shortest
|
||||||
make ${makejobs} -C contrib/pzstd tests check
|
make -j 1 -C contrib/pzstd tests check
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in a new issue