mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
games/planetblupi: Updated for version 1.12.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
3b57c2b5b4
commit
4986a5cd79
3 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue