summaryrefslogtreecommitdiffstats
path: root/system/st
diff options
context:
space:
mode:
Diffstat (limited to 'system/st')
-rw-r--r--system/st/st.SlackBuild11
-rw-r--r--system/st/st.info6
2 files changed, 8 insertions, 9 deletions
diff --git a/system/st/st.SlackBuild b/system/st/st.SlackBuild
index eb3ffdc388..e82de8d243 100644
--- a/system/st/st.SlackBuild
+++ b/system/st/st.SlackBuild
@@ -7,6 +7,9 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20240709 bkw: updated for v0.9.2.
+# 20221228 bkw: updated for v0.9.
+
# 20211119 bkw: BUILD=2
# - new maintainer.
# - don't overwrite ncurses' st and st-256color terminfo entries.
@@ -19,8 +22,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=st
-VERSION=${VERSION:-0.8.4}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.9.2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -43,16 +46,12 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
fi
set -e
diff --git a/system/st/st.info b/system/st/st.info
index 7b19e88386..33272b7529 100644
--- a/system/st/st.info
+++ b/system/st/st.info
@@ -1,8 +1,8 @@
PRGNAM="st"
-VERSION="0.8.4"
+VERSION="0.9.2"
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.2.tar.gz"
+MD5SUM="9c9065ae452daa973a30398d85c8b43f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""