games/planetblupi: Updated for version 1.12.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Yth - Arnaud 2017-11-05 10:40:26 +00:00 committed by David Spencer
parent 3b57c2b5b4
commit 4986a5cd79
3 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=planetblupi
VERSION=${VERSION:-1.11.0}
VERSION=${VERSION:-1.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="planetblupi"
VERSION="1.11.0"
VERSION="1.12.0"
HOMEPAGE="http://www.blupi.org/"
DOWNLOAD="https://github.com/blupi-games/planetblupi/archive/v1.11.0/planetblupi-1.11.0.tar.gz"
MD5SUM="33ba59b60ef058d1b7930e8ec06a9d60"
DOWNLOAD="https://github.com/blupi-games/planetblupi/archive/v1.12.0/planetblupi-1.12.0.tar.gz"
MD5SUM="e37b3c24e4752cff064b030e9d3a0047"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="argagg SDL2 SDL2_image SDL2_mixer SDL_kitchensink"