games/xonotic: Updated for version 0.8.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Симонъ С. Болокановъ 2017-04-04 01:13:58 +07:00 committed by Willy Sudiarto Raharjo
parent ab27f7df22
commit f0d433f0ea
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View file

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xonotic
VERSION=${VERSION:-0.8.1}
VERSION=${VERSION:-0.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="xonotic"
VERSION="0.8.1"
VERSION="0.8.2"
HOMEPAGE="http://www.xonotic.org/"
DOWNLOAD="http://dl.xonotic.org/xonotic-0.8.1.zip"
MD5SUM="f7a9cd8ab68a00336acca164f983b569"
DOWNLOAD="http://dl.xonotic.org/xonotic-0.8.2.zip"
MD5SUM="1bd46c1fb79aae42bb13e74f5a0ff46e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""