diff options
-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 7c9e10bc96..5f3c1fa1cf 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 d63976a6d0..14cdc1c7e3 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="" |