zstd: update to 1.3.2.
This commit is contained in:
parent
e4a7264ac1
commit
1a8e59c752
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'zstd'
|
||||
pkgname=zstd
|
||||
version=1.3.1
|
||||
revision=2
|
||||
version=1.3.2
|
||||
revision=1
|
||||
short_desc="Fast real-time compression algorithm"
|
||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||
makedepends="zlib-devel liblzma-devel"
|
||||
license="BSD"
|
||||
license="BSD, GPL-2"
|
||||
homepage="http://www.zstd.net"
|
||||
distfiles="https://github.com/facebook/zstd/archive/v${version}.tar.gz"
|
||||
checksum=312fb9dc75668addbc9c8f33c7fa198b0fc965c576386b8451397e06256eadc6
|
||||
checksum=ac5054a3c64e6510bc1ae890d05e3d271cc33ceebc9d06ac9f08105766d2798a
|
||||
|
||||
do_build() {
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue