games/lbreakouthd: Updated for version 1.1.2.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Johannes Schoepfer 2023-03-26 23:52:49 +01:00 committed by Willy Sudiarto Raharjo
parent 4f2c8f19da
commit d6e3e52418
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 9 additions and 4 deletions

View File

@ -2,3 +2,8 @@ if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications
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 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lbreakouthd
VERSION=${VERSION:-1.1.1}
VERSION=${VERSION:-1.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="lbreakouthd"
VERSION="1.1.1"
VERSION="1.1.2"
HOMEPAGE="https://lgames.sourceforge.io/LBreakoutHD/"
DOWNLOAD="https://sourceforge.net/projects/lgames/files/lbreakouthd/lbreakouthd-1.1.1.tar.gz"
MD5SUM="12325ac8a22921758add6ef48407edfb"
DOWNLOAD="https://sourceforge.net/projects/lgames/files/lbreakouthd/lbreakouthd-1.1.2.tar.gz"
MD5SUM="8e30eb0477a14443db949f136a1786d5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""