mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/gtklife: Updated for version 5.3.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8da3f055fb
commit
d0dfe08368
2 changed files with 7 additions and 5 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240207 bkw: update for v5.3.
|
||||
|
||||
# 20211008 bkw: BUILD=3
|
||||
# - new-style icons.
|
||||
# - build with gtk+2, not gtk+1. nicer UI.
|
||||
|
@ -14,8 +16,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=gtklife
|
||||
VERSION=${VERSION:-5.2}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-5.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gtklife"
|
||||
VERSION="5.2"
|
||||
VERSION="5.3"
|
||||
HOMEPAGE="http://homeforaday.org/gtklife/"
|
||||
DOWNLOAD="http://homeforaday.org/gtklife/gtklife-5.2.tar.gz"
|
||||
MD5SUM="09b2517e74466ba860f67429bb04ad01"
|
||||
DOWNLOAD="http://homeforaday.org/gtklife/gtklife-5.3.tar.gz"
|
||||
MD5SUM="0e31fa2e23f89f719539b25decb21152"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue