games/xu4: Updated for version 1.4.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2c53dfb269
commit
915a3d7250
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240807 bkw: update for v1.4.
|
||||
# 20230712 bkw: update for v1.3.
|
||||
|
||||
# 20230112 bkw: update for v1.2.1, after ~9 years there's a release!
|
||||
|
@ -29,7 +30,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=xu4
|
||||
VERSION=${VERSION:-1.3}
|
||||
VERSION=${VERSION:-1.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="xu4"
|
||||
VERSION="1.3"
|
||||
VERSION="1.4"
|
||||
HOMEPAGE="https://xu4.sourceforge.net/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/xu4/xu4/1.3/xu4-1.3.tar.gz \
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/xu4/xu4/1.4/xu4-1.4.tar.gz \
|
||||
https://web.archive.org/web/20091209235819/http://www.thatfleminggent.com/ultima/ultima4.zip \
|
||||
https://downloads.sourceforge.net/project/xu4/Ultima%204%20VGA%20Upgrade/1.3/u4upgrad.zip"
|
||||
MD5SUM="4f853f18029b6bcb7022525e0831d68a \
|
||||
MD5SUM="cb28d8e760c99d20a1af39e35b6ab0fa \
|
||||
f2006a5dbf175571912ef2594b6eb900 \
|
||||
4ce9c9cd9dab111275e0ebfde7a482c4"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue