diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2017-08-22 06:58:21 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-26 07:19:40 +0700 |
commit | a1bb30d2d752b777309613003ce39a8ebc78da23 (patch) | |
tree | 59b3b204a71ad476a511ccbb2193db302adc73e9 /system/zstd | |
parent | 06eb41d0b8718ebc4998cc86c604fb08b2b4aab1 (diff) | |
download | slackbuilds-a1bb30d2d752b777309613003ce39a8ebc78da23.tar.gz |
system/zstd: Updated for version 1.3.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/zstd')
-rw-r--r-- | system/zstd/README | 2 | ||||
-rw-r--r-- | system/zstd/zstd.SlackBuild | 2 | ||||
-rw-r--r-- | system/zstd/zstd.info | 6 |
3 files changed, 6 insertions, 4 deletions
diff --git a/system/zstd/README b/system/zstd/README index 4503b24270..70e275669d 100644 --- a/system/zstd/README +++ b/system/zstd/README @@ -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. diff --git a/system/zstd/zstd.SlackBuild b/system/zstd/zstd.SlackBuild index 07821e28e5..6c243871e7 100644 --- a/system/zstd/zstd.SlackBuild +++ b/system/zstd/zstd.SlackBuild @@ -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} diff --git a/system/zstd/zstd.info b/system/zstd/zstd.info index 128905c76d..a281b8d2c5 100644 --- a/system/zstd/zstd.info +++ b/system/zstd/zstd.info @@ -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="" |