games/etlegacy: Updated for version 2.76.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
d2896db5e3
commit
11c4640159
|
@ -16,5 +16,5 @@ To play you *need* also the data files from the original game
|
|||
|
||||
* WARNING *
|
||||
|
||||
To have a client/server compatible with the existing ones (to play
|
||||
on the existing online servers), use the 32bit version.
|
||||
To have a client/server compatible with most of the existing ones (to
|
||||
play with most of the existing online servers) use the 32bit version.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for etlegacy
|
||||
# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2013-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=etlegacy
|
||||
VERSION=${VERSION:-2.75}
|
||||
VERSION=${VERSION:-2.76}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="etlegacy"
|
||||
VERSION="2.75"
|
||||
VERSION="2.76"
|
||||
HOMEPAGE="https://www.etlegacy.com"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/etlegacy-v2.75-i386.tar.gz"
|
||||
MD5SUM="d8fb0edb1b4d5f6a454eae41009d7d94"
|
||||
DOWNLOAD_x86_64="http://ponce.cc/slackware/sources/repo/etlegacy-v2.75-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="3df5e69ed227775f3a304b4a94490059"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/etlegacy-v2.76-i386.tar.gz"
|
||||
MD5SUM="378f9777a0960d99378b0f274105ac68"
|
||||
DOWNLOAD_x86_64="http://ponce.cc/slackware/sources/repo/etlegacy-v2.76-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="daa5a57ae1996d6aac5b6effa3e6ca24"
|
||||
REQUIRES="%README% etlegacy-data"
|
||||
MAINTAINER="Matteo Bernardini"
|
||||
EMAIL="ponce@slackbuilds.org"
|
||||
|
|
Loading…
Reference in New Issue