development/xasm: Updated for version 3.2.0.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-06-10 13:33:54 -04:00 committed by Willy Sudiarto Raharjo
parent cb74c9a1cc
commit bafe3bbea7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 7 additions and 5 deletions

View file

@ -3,4 +3,6 @@ xasm (cross assembler targetting the 6502)
xasm is a 6502 cross-assembler with original syntax extensions. By
default it generates binaries for Atari 8-bit computers.
Syntax highlighting for the scite editor is included.
Syntax highlighting for the scite editor is included. If you
want syntax highlighting for vim, see:
https://github.com/lybrown/vim-xasm

View file

@ -9,7 +9,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xasm
VERSION=${VERSION:-3.1.1}
VERSION=${VERSION:-3.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="xasm"
VERSION="3.1.1"
VERSION="3.2.0"
HOMEPAGE="https://github.com/pfusik/xasm"
DOWNLOAD="https://github.com/pfusik/xasm/archive/xasm-3.1.1/xasm-xasm-3.1.1.tar.gz"
MD5SUM="fc4b8c8c085bae50adcce519c3c51c8c"
DOWNLOAD="https://github.com/pfusik/xasm/archive/xasm-3.2.0/xasm-xasm-3.2.0.tar.gz"
MD5SUM="00445b43cd1525082005a62cfbcf2c70"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dmd"