zstd: update to 1.4.3.
This commit is contained in:
parent
9a052a490b
commit
e19adae0b6
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'zstd'
|
||||
pkgname=zstd
|
||||
version=1.4.2
|
||||
version=1.4.3
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
makedepends="zlib-devel liblzma-devel liblz4-devel"
|
||||
|
@ -10,7 +10,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|||
license="BSD-3-Clause, GPL-2.0-or-later"
|
||||
homepage="http://www.zstd.net"
|
||||
distfiles="https://github.com/facebook/zstd/archive/v${version}.tar.gz"
|
||||
checksum=7a6e1dad34054b35e2e847eb3289be8820a5d378228802239852f913c6dcf6a7
|
||||
checksum=5eda3502ecc285c3c92ee0cc8cd002234dee39d539b3f692997a0e80de1d33de
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
|
@ -21,7 +21,6 @@ do_check() {
|
|||
# using the test target is too expensive
|
||||
make ${makejobs} shortest
|
||||
make ${makejobs} -C contrib/pzstd tests check
|
||||
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue