zstd: update to 1.3.5.
This commit is contained in:
parent
1c5217c935
commit
4b95fc24e2
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'zstd'
|
# Template file for 'zstd'
|
||||||
pkgname=zstd
|
pkgname=zstd
|
||||||
version=1.3.4
|
version=1.3.5
|
||||||
revision=3
|
revision=1
|
||||||
short_desc="Fast real-time compression algorithm - CLI tool"
|
short_desc="Fast real-time compression algorithm - CLI tool"
|
||||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
|
||||||
makedepends="zlib-devel liblzma-devel"
|
makedepends="zlib-devel liblzma-devel"
|
||||||
checkdepends="gtest-devel"
|
checkdepends="gtest-devel"
|
||||||
|
maintainer="Michael Gehring <mg@ebfe.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=92e41b6e8dd26bbd46248e8aa1d86f1551bc221a796277ae9362954f26d605a9
|
checksum=d6e1559e4cdb7c4226767d4ddc990bff5f9aab77085ff0d0490c828b025e2eea
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make
|
make
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue