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.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/development/xasm/xasm.SlackBuild b/development/xasm/xasm.SlackBuild
index 3a0d316a5f..c9662dadf7 100644
--- a/development/xasm/xasm.SlackBuild
+++ b/development/xasm/xasm.SlackBuild
@@ -2,14 +2,16 @@
# Slackware build script for xasm
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# 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.1.1}
+VERSION=${VERSION:-3.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}