summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2022-06-10 19:33:54 +0200
committer Willy Sudiarto Raharjo2022-06-18 04:09:50 +0200
commitbafe3bbea71de44bcb0e6e3d0894047f96a48224 (patch)
tree91c7e91c62df921e22b3f2ad79c91c668a86bfbb /development
parentcb74c9a1cc6008c70d7cb6e2119afe84ac5080c5 (diff)
downloadslackbuilds-bafe3bbea71de44bcb0e6e3d0894047f96a48224.tar.gz
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>
Diffstat (limited to 'development')
-rw-r--r--development/xasm/README4
-rw-r--r--development/xasm/xasm.SlackBuild2
-rw-r--r--development/xasm/xasm.info6
3 files changed, 7 insertions, 5 deletions
diff --git a/development/xasm/README b/development/xasm/README
index f734548b95..8150cc64d2 100644
--- a/development/xasm/README
+++ b/development/xasm/README
@@ -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
diff --git a/development/xasm/xasm.SlackBuild b/development/xasm/xasm.SlackBuild
index 61a7a6463a..d453c2c4b0 100644
--- a/development/xasm/xasm.SlackBuild
+++ b/development/xasm/xasm.SlackBuild
@@ -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}
diff --git a/development/xasm/xasm.info b/development/xasm/xasm.info
index dd3410da8c..684beff658 100644
--- a/development/xasm/xasm.info
+++ b/development/xasm/xasm.info
@@ -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"