summaryrefslogtreecommitdiffstats
path: root/development/rmac
diff options
context:
space:
mode:
author B. Watson2021-09-07 18:53:41 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:01 +0200
commit77650eabe5cae10b8516e75dca22e2c524f98f74 (patch)
tree18425e75ef7ee9ed84ccdefdd2f72539aed90f6f /development/rmac
parentdf12de0e12bdd4d878a9a74dc7936f4dcdc61341 (diff)
downloadslackbuilds-77650eabe5cae10b8516e75dca22e2c524f98f74.tar.gz
development/rmac: Updated for version 2.1.12_20210820.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rmac')
-rw-r--r--development/rmac/rmac.SlackBuild6
-rw-r--r--development/rmac/rmac.info8
2 files changed, 6 insertions, 8 deletions
diff --git a/development/rmac/rmac.SlackBuild b/development/rmac/rmac.SlackBuild
index b8370ce1c7..3f757d16a3 100644
--- a/development/rmac/rmac.SlackBuild
+++ b/development/rmac/rmac.SlackBuild
@@ -8,13 +8,14 @@
# Upstream doesn't do source release tarballs, see git2targz.sh.
+# 20210907 bkw: update for v2.1.12_20210820.
# 20180922 bkw:
# - updated for v1.13.5_20180603, had to add -j1 to make command.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rmac
-VERSION=${VERSION:-1.13.5_20180603}
+VERSION=${VERSION:-2.1.12_20210820}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -27,9 +28,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/development/rmac/rmac.info b/development/rmac/rmac.info
index 2ad2328bd2..2d8a8c2b2f 100644
--- a/development/rmac/rmac.info
+++ b/development/rmac/rmac.info
@@ -1,9 +1,9 @@
PRGNAM="rmac"
-VERSION="1.13.5_20180603"
-HOMEPAGE="http://atariage.com/forums/topic/264842-rmac-the-grandchild-of-madmac-assembler-finally-gets-6502-support/"
-DOWNLOAD="https://slackware.uk/~urchlay/src/rmac-1.13.5_20180603.tar.xz \
+VERSION="2.1.12_20210820"
+HOMEPAGE="https://atariage.com/forums/topic/264842-rmac-the-grandchild-of-madmac-assembler-finally-gets-6502-support/"
+DOWNLOAD="https://slackware.uk/~urchlay/src/rmac-2.1.12_20210820.tar.xz \
https://slackware.uk/~urchlay/src/madmac-examples.tar.xz"
-MD5SUM="b42fb292daf2f20147bead7dc9fe607d \
+MD5SUM="3648b145a9641abcbe57ba0bb6c554b3 \
3d6dff2b72815935c322c91277ea5074"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""