summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-01-02 23:40:50 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-07 08:13:40 +0700
commit630728a1661c445ca139f2bb4d23ff6070c0376e (patch)
tree86f66913dd15bbe02c5ac3ca8a58be49ea480347 /development
parenta7712fb044ffe2bc1f6771c0a0a0beefeb921abe (diff)
downloadslackbuilds-630728a1661c445ca139f2bb4d23ff6070c0376e.tar.gz
slackbuilds-630728a1661c445ca139f2bb4d23ff6070c0376e.tar.xz
development/fasm: Updated for version 1.73.30.
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.SlackBuild4
-rw-r--r--development/fasm/fasm.info14
2 files changed, 10 insertions, 8 deletions
diff --git a/development/fasm/fasm.SlackBuild b/development/fasm/fasm.SlackBuild
index a9f7b02570..24544bec1f 100644
--- a/development/fasm/fasm.SlackBuild
+++ b/development/fasm/fasm.SlackBuild
@@ -16,10 +16,12 @@
# native binary... but upstream provides it, so I do too. Plus the
# tools need help on Slackware64 due to lack of multilib.
+# 20230102 bkw: updated for v1.73.30.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fasm
-VERSION=${VERSION:-1.73.29}
+VERSION=${VERSION:-1.73.30}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/fasm/fasm.info b/development/fasm/fasm.info
index 5e76ca1cc6..6592c9c18e 100644
--- a/development/fasm/fasm.info
+++ b/development/fasm/fasm.info
@@ -1,12 +1,12 @@
PRGNAM="fasm"
-VERSION="1.73.29"
+VERSION="1.73.30"
HOMEPAGE="https://flatassembler.net"
-DOWNLOAD="https://flatassembler.net/fasm-1.73.29.tgz"
-MD5SUM="c66e907db5fc41da7f5883307f9f37e1"
-DOWNLOAD_x86_64="https://flatassembler.net/fasm-1.73.29.tgz \
- https://slackware.uk/~urchlay/src/fasm-prebuilt-tools-1.73.29.tar.xz"
-MD5SUM_x86_64="c66e907db5fc41da7f5883307f9f37e1 \
- f248f854b139be8d579102736afb5c90"
+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"
REQUIRES=""
MAINTAINER="B. Watson"
EMAIL="urchlay@slackware.uk"