games/freedroidrpg: Updated for version 0.16.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
JK Wood 2017-09-14 17:46:13 +01:00 committed by Willy Sudiarto Raharjo
parent f718eacedf
commit c367369f93
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi

View File

@ -25,7 +25,7 @@
PRGNAM=freedroidrpg
SRCNAM=freedroidRPG
VERSION=${VERSION:-0.15.1}
VERSION=${VERSION:-0.16.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="freedroidrpg"
VERSION="0.15.1"
VERSION="0.16.1"
HOMEPAGE="http://freedroid.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/freedroid/freedroidRPG-0.15.1.tar.gz"
MD5SUM="b95ea6abae46bea6ee3ace9a1902f682"
DOWNLOAD="ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-0.16/freedroidRPG-0.16.1.tar.gz"
MD5SUM="ba19730c0139df810602ea9252d47120"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL_gfx"