diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2017-07-10 22:54:35 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-07-12 16:39:20 +0100 |
commit | ab2bd0a5aa9425cd7ea05837bd91bc8d0b98f719 (patch) | |
tree | 9da9ff15310a3482aad6dd532e8241cef7534fe0 /system/zstd/zstd.SlackBuild | |
parent | 6acbf6cf9dea39880fb3d5acb7a74768eac7b134 (diff) | |
download | slackbuilds-ab2bd0a5aa9425cd7ea05837bd91bc8d0b98f719.tar.gz |
system/zstd: Updated for version 1.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/zstd/zstd.SlackBuild')
-rw-r--r-- | system/zstd/zstd.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/zstd/zstd.SlackBuild b/system/zstd/zstd.SlackBuild index 5849f7fc38..07821e28e5 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.2.0} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |