games/alephone: Updated for version 20220115.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-06-22 16:23:39 -04:00 committed by Willy Sudiarto Raharjo
parent 929bebe629
commit 8fd3a34d79
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 10 additions and 4 deletions

View file

@ -17,7 +17,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=alephone
VERSION=${VERSION:-20210408}
VERSION=${VERSION:-20220115}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="alephone"
VERSION="20210408"
VERSION="20220115"
HOMEPAGE="https://alephone.lhowon.org/"
DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20210408/AlephOne-20210408.tar.bz2"
MD5SUM="f65d4923a931984ec354a4b5373e1303"
DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20220115/AlephOne-20220115.tar.bz2"
MD5SUM="0f17bdad5a9c551535653f7d08ff8b06"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua zziplib"

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 usr/share/icons/hicolor >/dev/null 2>&1
fi
fi