diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2021-01-02 08:43:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-02 10:48:17 +0700 |
commit | 1ac12a2fc11c3d10543ed2a5a242eb3f66a2d740 (patch) | |
tree | 09201d3f109928111b5ce9e7e135791179be4210 /system | |
parent | 05bc40242b22e990f74af77cb638eaa05545b685 (diff) |
system/st: Updated for version 0.8.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/st/st.SlackBuild | 6 | ||||
-rw-r--r-- | system/st/st.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/st/st.SlackBuild b/system/st/st.SlackBuild index 2b519272aec4..38aecd74eea8 100644 --- a/system/st/st.SlackBuild +++ b/system/st/st.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for st -# Copyright 2011-2019, Nikolay Korotkiy <sikmir@gmail.com> +# Copyright 2011-2020, Nikolay Korotkiy <sikmir@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ # Modified by the SlackBuilds.org project PRGNAM=st -VERSION=${VERSION:-0.8.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.8.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/system/st/st.info b/system/st/st.info index bbb39cfbaa67..471bfcaa6ad1 100644 --- a/system/st/st.info +++ b/system/st/st.info @@ -1,8 +1,8 @@ PRGNAM="st" -VERSION="0.8.2" +VERSION="0.8.4" HOMEPAGE="https://st.suckless.org" -DOWNLOAD="https://dl.suckless.org/st/st-0.8.2.tar.gz" -MD5SUM="a3d97ee92215071e6399691edc0f04b0" +DOWNLOAD="https://dl.suckless.org/st/st-0.8.4.tar.gz" +MD5SUM="e00b074c0e5d55513745c99f027b7a34" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |