diff options
Diffstat (limited to 'development/rmac/rmac.SlackBuild')
-rw-r--r-- | development/rmac/rmac.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/development/rmac/rmac.SlackBuild b/development/rmac/rmac.SlackBuild index b8370ce1c7848..3f757d16a319c 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 |