zstd: update to 1.4.9.
This commit is contained in:
parent
340527b014
commit
f6333ee21d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'zstd'
|
||||
pkgname=zstd
|
||||
version=1.4.8
|
||||
version=1.4.9
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
makedepends="zlib-devel liblzma-devel liblz4-devel"
|
||||
|
@ -9,8 +9,8 @@ short_desc="Fast real-time compression algorithm - CLI tool"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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=f176f0626cb797022fbf257c3c644d71c1c747bb74c32201f9203654da35e9fa
|
||||
distfiles="https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz"
|
||||
checksum=29ac74e19ea28659017361976240c4b5c5c24db3b89338731a6feb97c038d293
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
|
|
Loading…
Reference in a new issue