system/zstd: Updated for version 1.3.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2017-08-22 06:58:21 +01:00 committed by Willy Sudiarto Raharjo
parent 06eb41d0b8
commit a1bb30d2d7
3 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,5 @@
Zstd, short for Zstandard, is a fast lossless compression algorithm,
targeting real-time compression scenarios at zlib-level and better
compression ratios.
Since 1.3.1, it is dual licensed as BSD and GPLv2.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zstd
VERSION=${VERSION:-1.3.0}
VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="zstd"
VERSION="1.3.0"
VERSION="1.3.1"
HOMEPAGE="http://facebook.github.io/zstd/"
DOWNLOAD="https://github.com/facebook/zstd/archive/v1.3.0/zstd-1.3.0.tar.gz"
MD5SUM="888660a850e33c2dcc7c4f9d0b04d347"
DOWNLOAD="https://github.com/facebook/zstd/archive/v1.3.1/zstd-1.3.1.tar.gz"
MD5SUM="e849ceef2f090240f690c13fba6ca70b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""