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.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/development/fasm/fasm.SlackBuild b/development/fasm/fasm.SlackBuild
index a9f7b02570..2525badf2b 100644
--- a/development/fasm/fasm.SlackBuild
+++ b/development/fasm/fasm.SlackBuild
@@ -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}