mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/etlegacy: Updated for version 2.80.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
196eb94399
commit
c17e2485a9
3 changed files with 10 additions and 10 deletions
|
@ -14,7 +14,7 @@ This script repackages the binaries distributes by the etlegacy devs.
|
|||
To play you *need* also the data files from the original game
|
||||
(etlegacy-data).
|
||||
|
||||
* WARNING *
|
||||
|
||||
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.
|
||||
Until not long ago to have a client/server compatible with most of the
|
||||
existing ones or to play with most of the existing online servers you
|
||||
had to use the 32bit version also on 64bit (with multilib installed),
|
||||
but today more and more 64bit servers are available.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=etlegacy
|
||||
VERSION=${VERSION:-2.79.0}
|
||||
VERSION=${VERSION:-2.80.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="etlegacy"
|
||||
VERSION="2.79.0"
|
||||
VERSION="2.80.2"
|
||||
HOMEPAGE="https://www.etlegacy.com"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/etlegacy-v2.79.0-i386.tar.gz"
|
||||
MD5SUM="258366da753a0164e0a3772e5075aa92"
|
||||
DOWNLOAD_x86_64="http://ponce.cc/slackware/sources/repo/etlegacy-v2.79.0-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="50f99141a8fa95b931056d8162664f44"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/etlegacy-v2.80.2-i386.tar.gz"
|
||||
MD5SUM="a8c32bd1742be1884eb8898932960770"
|
||||
DOWNLOAD_x86_64="http://ponce.cc/slackware/sources/repo/etlegacy-v2.80.2-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="a6b7b4ea4a95b3cd17d5555b643f4568"
|
||||
REQUIRES="%README% etlegacy-data"
|
||||
MAINTAINER="Matteo Bernardini"
|
||||
EMAIL="ponce@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue