diff options
Diffstat (limited to 'system/st')
-rw-r--r-- | system/st/st.SlackBuild | 6 | ||||
-rw-r--r-- | system/st/st.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/system/st/st.SlackBuild b/system/st/st.SlackBuild index eb3ffdc38891..0a7764c938bf 100644 --- a/system/st/st.SlackBuild +++ b/system/st/st.SlackBuild @@ -7,6 +7,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20221228 bkw: updated for v0.9. + # 20211119 bkw: BUILD=2 # - new maintainer. # - don't overwrite ncurses' st and st-256color terminfo entries. @@ -19,8 +21,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=st -VERSION=${VERSION:-0.8.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.9} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/st/st.info b/system/st/st.info index 7b19e883860b..c9b288558ee0 100644 --- a/system/st/st.info +++ b/system/st/st.info @@ -1,8 +1,8 @@ PRGNAM="st" -VERSION="0.8.4" +VERSION="0.9" HOMEPAGE="https://st.suckless.org" -DOWNLOAD="https://dl.suckless.org/st/st-0.8.4.tar.gz" -MD5SUM="e00b074c0e5d55513745c99f027b7a34" +DOWNLOAD="https://dl.suckless.org/st/st-0.9.tar.gz" +MD5SUM="accd12489e3d48b77f1c11be794f9ee5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |