diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-07 12:53:41 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:01 +0700 |
commit | 77650eabe5cae10b8516e75dca22e2c524f98f74 (patch) | |
tree | 18425e75ef7ee9ed84ccdefdd2f72539aed90f6f /development/rmac | |
parent | df12de0e12bdd4d878a9a74dc7936f4dcdc61341 (diff) | |
download | slackbuilds-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.SlackBuild | 6 | ||||
-rw-r--r-- | development/rmac/rmac.info | 8 |
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="" |