summaryrefslogtreecommitdiffstats
path: root/system/st/st.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/st/st.SlackBuild')
-rw-r--r--system/st/st.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/st/st.SlackBuild b/system/st/st.SlackBuild
index eb3ffdc388..0a7764c938 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}