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>
This commit is contained in:
B. Watson 2023-08-22 16:59:46 -04:00 committed by Willy Sudiarto Raharjo
parent b3bb799e54
commit 655e08d2ef
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 9 additions and 8 deletions

View File

@ -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}

View File

@ -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"