mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
zstd: update to 1.4.2.
This commit is contained in:
parent
c5389c0f79
commit
79ec12becb
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'zstd'
|
# Template file for 'zstd'
|
||||||
pkgname=zstd
|
pkgname=zstd
|
||||||
version=1.4.1
|
version=1.4.2
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
makedepends="zlib-devel liblzma-devel liblz4-devel"
|
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"
|
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=f91ea3397e6cc65d398e1bc0713cf2f0b0de2fb85ea9dabb1eb3e8f1b22f8d6f
|
checksum=7a6e1dad34054b35e2e847eb3289be8820a5d378228802239852f913c6dcf6a7
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
|
|
Loading…
Add table
Reference in a new issue