diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2018-03-29 15:34:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-31 07:41:39 +0700 |
commit | a9f7b20ff6a68e71cb656ea7bf2ccca671abbc11 (patch) | |
tree | 01113c4bf36ff29a7c69e69d40f75d5abb6eedec /system/st | |
parent | 8fa4e964ea12dbe81fdd3cfab5146f9501e50788 (diff) |
system/st: Updated for version 0.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/st')
-rw-r--r-- | system/st/st.SlackBuild | 4 | ||||
-rw-r--r-- | system/st/st.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/st/st.SlackBuild b/system/st/st.SlackBuild index 7c9e10bc966d..5f3c1fa1cfd4 100644 --- a/system/st/st.SlackBuild +++ b/system/st/st.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for st -# Copyright 2011-2016, Nikolay Korotkiy <sikmir@gmail.com> +# Copyright 2011-2018, Nikolay Korotkiy <sikmir@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=st -VERSION=${VERSION:-0.7} +VERSION=${VERSION:-0.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/st/st.info b/system/st/st.info index d63976a6d023..14cdc1c7e3b4 100644 --- a/system/st/st.info +++ b/system/st/st.info @@ -1,8 +1,8 @@ PRGNAM="st" -VERSION="0.7" +VERSION="0.8.1" HOMEPAGE="https://st.suckless.org" -DOWNLOAD="https://dl.suckless.org/st/st-0.7.tar.gz" -MD5SUM="29b2a599cf1511c8062ed8f025c84c63" +DOWNLOAD="https://dl.suckless.org/st/st-0.8.1.tar.gz" +MD5SUM="92135aecdba29300bb2e274a55f5b71e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |