diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-09 14:09:30 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-13 07:47:26 +0700 |
commit | 925e98d5ddf8ac78dd266b78a063f7bc45e79898 (patch) | |
tree | 71d3233002a7b9a87f1713c4303eef4ad2f61aef | |
parent | f5d7dbc56c01df4b33dc09cc20b771e77b81624e (diff) |
system/st: Updated for version 0.9.2.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/st/st.SlackBuild | 7 | ||||
-rw-r--r-- | system/st/st.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/system/st/st.SlackBuild b/system/st/st.SlackBuild index 0a7764c938bf6..e82de8d2435e7 100644 --- a/system/st/st.SlackBuild +++ b/system/st/st.SlackBuild @@ -7,6 +7,7 @@ # 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 @@ -21,7 +22,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=st -VERSION=${VERSION:-0.9} +VERSION=${VERSION:-0.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -45,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 c9b288558ee0c..33272b75291f3 100644 --- a/system/st/st.info +++ b/system/st/st.info @@ -1,8 +1,8 @@ PRGNAM="st" -VERSION="0.9" +VERSION="0.9.2" HOMEPAGE="https://st.suckless.org" -DOWNLOAD="https://dl.suckless.org/st/st-0.9.tar.gz" -MD5SUM="accd12489e3d48b77f1c11be794f9ee5" +DOWNLOAD="https://dl.suckless.org/st/st-0.9.2.tar.gz" +MD5SUM="9c9065ae452daa973a30398d85c8b43f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |