mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/teeworlds: Updated for version 0.6.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
b565c92441
commit
e05cffe933
2 changed files with 14 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for teeworlds
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=teeworlds
|
||||
VERSION=${VERSION:-0.6.2}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.6.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -55,13 +55,14 @@ else
|
|||
fi
|
||||
|
||||
OS=$(uname | tr [:upper:] [:lower:])
|
||||
SRCNAM=$PRGNAM-$VERSION-$OS\_$ARCH
|
||||
|
||||
# Automatically tarball selected by architecture
|
||||
if [ "$ARCH" = "x86_64" ]; then
|
||||
SRCNAM=$PRGNAM-$VERSION-$OS\_$ARCH
|
||||
else
|
||||
SRCNAM=$PRGNAM-$VERSION-$OS\_x86
|
||||
fi
|
||||
#if [ "$ARCH" = "x86_64" ]; then
|
||||
# SRCNAM=$PRGNAM-$VERSION-$OS\_$ARCH
|
||||
#else
|
||||
# SRCNAM=$PRGNAM-$VERSION-$OS\_x86
|
||||
#fi
|
||||
|
||||
set -e
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="teeworlds"
|
||||
VERSION="0.6.2"
|
||||
VERSION="0.6.3"
|
||||
HOMEPAGE="https://www.teeworlds.com/"
|
||||
DOWNLOAD="http://downloads.teeworlds.com/teeworlds-0.6.2-linux_x86.tar.gz"
|
||||
MD5SUM="9469befedd7d1962967379909155db54"
|
||||
DOWNLOAD_x86_64="http://downloads.teeworlds.com/teeworlds-0.6.2-linux_x86_64.tar.gz"
|
||||
MD5SUM_x86_64="7266756b9e740abaa07c4a9977d62ee5"
|
||||
DOWNLOAD=""
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="http://downloads.teeworlds.com/teeworlds-0.6.3-linux_x86_64.tar.gz"
|
||||
MD5SUM_x86_64="44454260b06bcfd1233e2ec7bdf9ddab"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue