summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/fasm/fasm.SlackBuild3
-rw-r--r--development/fasm/fasm.info14
2 files changed, 9 insertions, 8 deletions
diff --git a/development/fasm/fasm.SlackBuild b/development/fasm/fasm.SlackBuild
index b7cebb9dea..2525badf2b 100644
--- a/development/fasm/fasm.SlackBuild
+++ b/development/fasm/fasm.SlackBuild
@@ -16,13 +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.31}
+VERSION=${VERSION:-1.73.32}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/fasm/fasm.info b/development/fasm/fasm.info
index fd16bf1cfe..13749dcb55 100644
--- a/development/fasm/fasm.info
+++ b/development/fasm/fasm.info
@@ -1,12 +1,12 @@
PRGNAM="fasm"
-VERSION="1.73.31"
+VERSION="1.73.32"
HOMEPAGE="https://flatassembler.net"
-DOWNLOAD="https://flatassembler.net/fasm-1.73.31.tgz"
-MD5SUM="b08039d7c802e2e067408446089f6367"
-DOWNLOAD_x86_64="https://flatassembler.net/fasm-1.73.31.tgz \
- https://slackware.uk/~urchlay/src/fasm-prebuilt-tools-1.73.31.tar.xz"
-MD5SUM_x86_64="b08039d7c802e2e067408446089f6367 \
- 8ee4c16052b384b4ef92e15c5fa0abc5"
+DOWNLOAD="https://flatassembler.net/fasm-1.73.32.tgz"
+MD5SUM="71be6901ec3e1e1459616bba27f544d9"
+DOWNLOAD_x86_64="https://flatassembler.net/fasm-1.73.32.tgz \
+ https://slackware.uk/~urchlay/src/fasm-prebuilt-tools-1.73.32.tar.xz"
+MD5SUM_x86_64="71be6901ec3e1e1459616bba27f544d9 \
+ 566290d1f406cfeaad01fa0f2b6a31c4"
REQUIRES=""
MAINTAINER="B. Watson"
EMAIL="urchlay@slackware.uk"