summaryrefslogtreecommitdiffstats
path: root/development/xasm/xasm.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/xasm/xasm.SlackBuild')
-rw-r--r--development/xasm/xasm.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/development/xasm/xasm.SlackBuild b/development/xasm/xasm.SlackBuild
index d453c2c4b0..c9662dadf7 100644
--- a/development/xasm/xasm.SlackBuild
+++ b/development/xasm/xasm.SlackBuild
@@ -6,10 +6,12 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230103 bkw: updated for v3.2.1.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xasm
-VERSION=${VERSION:-3.2.0}
+VERSION=${VERSION:-3.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}