games/etlegacy: Updated for version 2.76.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2019-08-19 12:34:09 +02:00 committed by Willy Sudiarto Raharjo
parent d2896db5e3
commit 11c4640159
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 9 additions and 9 deletions

View File

@ -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.

View File

@ -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}

View File

@ -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"