summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2023-08-22 22:59:46 +0200
committer Willy Sudiarto Raharjo2023-08-26 14:07:13 +0200
commit655e08d2efcbb68049a6d04dea4986e2458c832c (patch)
tree63c5760c98e81e529f8011b656adc5322445a87e /development
parentb3bb799e548d23334fd9150b43cd2ce968770905 (diff)
downloadslackbuilds-655e08d2efcbb68049a6d04dea4986e2458c832c.tar.gz
development/fasm: Updated for version 1.73.31.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 24544bec1f..b7cebb9dea 100644
--- a/development/fasm/fasm.SlackBuild
+++ b/development/fasm/fasm.SlackBuild
@@ -16,12 +16,13 @@
# native binary... but upstream provides it, so I do too. Plus the
# tools need help on Slackware64 due to lack of multilib.
+# 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.30}
+VERSION=${VERSION:-1.73.31}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/fasm/fasm.info b/development/fasm/fasm.info
index 6592c9c18e..fd16bf1cfe 100644
--- a/development/fasm/fasm.info
+++ b/development/fasm/fasm.info
@@ -1,12 +1,12 @@
PRGNAM="fasm"
-VERSION="1.73.30"
+VERSION="1.73.31"
HOMEPAGE="https://flatassembler.net"
-DOWNLOAD="https://flatassembler.net/fasm-1.73.30.tgz"
-MD5SUM="ee9f3f06169879365a2f56625a9f60f2"
-DOWNLOAD_x86_64="https://flatassembler.net/fasm-1.73.30.tgz \
- https://slackware.uk/~urchlay/src/fasm-prebuilt-tools-1.73.30.tar.xz"
-MD5SUM_x86_64="ee9f3f06169879365a2f56625a9f60f2 \
- e2690d06e43e411ccbe4187aa5c5da37"
+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"
REQUIRES=""
MAINTAINER="B. Watson"
EMAIL="urchlay@slackware.uk"