summaryrefslogtreecommitdiffstats
path: root/development/fasm/fasm.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/fasm/fasm.SlackBuild')
-rw-r--r--development/fasm/fasm.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/development/fasm/fasm.SlackBuild b/development/fasm/fasm.SlackBuild
index 6c3592baac..2525badf2b 100644
--- a/development/fasm/fasm.SlackBuild
+++ b/development/fasm/fasm.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for fasm
-# 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.
@@ -16,10 +16,14 @@
# native binary... but upstream provides it, so I do too. Plus the
# tools need help on Slackware64 due to lack of multilib.
+# 20240208 bkw: updated for v1.73.32.
+# 20230822 bkw: updated for v1.73.31.
+# 20230102 bkw: updated for v1.73.30.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fasm
-VERSION=${VERSION:-1.73.29}
+VERSION=${VERSION:-1.73.32}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}