development/mads: Updated for version 2.1.0.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2019-11-29 02:09:05 -05:00 committed by Willy Sudiarto Raharjo
parent 57d002e10b
commit 2e9e6bf803
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 5 deletions

View file

@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=mads
VERSION=${VERSION:-2.0.7}
VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -54,7 +54,9 @@ cp -a syntax/vim-mads-master/LICENSE \
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKGDOC
cp -a examples readme $PKGDOC
for i in examples readme doc; do
[ -e "$i" ] && cp -a "$i" $PKGDOC
done
cat $CWD/README > $PKGDOC/README
cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="mads"
VERSION="2.0.7"
VERSION="2.1.0"
HOMEPAGE="http://mads.atari8.info/"
DOWNLOAD="http://mads.atari8.info/mads_207.7z"
MD5SUM="01209308c7b7dc397001c73adc4b56d6"
DOWNLOAD="http://mads.atari8.info/mads_210.7z"
MD5SUM="dcf835bc119e50af4f004bdf838b0cff"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="p7zip fpc"