diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-06-27 10:46:09 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:43 +0700 |
commit | c17e2485a95a4d384981b0c410b30d70168db538 (patch) | |
tree | c3a464eead8b137013368fb06c0b67c138c83fce /games | |
parent | 196eb943999dd063a587b15e30aaab941ba2804b (diff) |
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>
Diffstat (limited to 'games')
-rw-r--r-- | games/etlegacy/README | 8 | ||||
-rw-r--r-- | games/etlegacy/etlegacy.SlackBuild | 2 | ||||
-rw-r--r-- | games/etlegacy/etlegacy.info | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/games/etlegacy/README b/games/etlegacy/README index 84a601ac29a6..00ffcc057c24 100644 --- a/games/etlegacy/README +++ b/games/etlegacy/README @@ -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. diff --git a/games/etlegacy/etlegacy.SlackBuild b/games/etlegacy/etlegacy.SlackBuild index bb21ee871fef..314d0e85c887 100644 --- a/games/etlegacy/etlegacy.SlackBuild +++ b/games/etlegacy/etlegacy.SlackBuild @@ -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} diff --git a/games/etlegacy/etlegacy.info b/games/etlegacy/etlegacy.info index c7682e16fbfd..abbf5c1933ab 100644 --- a/games/etlegacy/etlegacy.info +++ b/games/etlegacy/etlegacy.info @@ -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" |