summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-05-17 03:47:30 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-17 23:45:41 +0700
commite05cffe93331f2dc3164749c80822381809cec48 (patch)
treea7bc686f5197bf6e339def7105157a9365a39488
parentb565c924418ff4faebdebe9661f6dffc43a3e6b0 (diff)
downloadslackbuilds-e05cffe93331f2dc3164749c80822381809cec48.tar.gz
slackbuilds-e05cffe93331f2dc3164749c80822381809cec48.tar.xz
games/teeworlds: Updated for version 0.6.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--games/teeworlds/teeworlds.SlackBuild17
-rw-r--r--games/teeworlds/teeworlds.info10
2 files changed, 14 insertions, 13 deletions
diff --git a/games/teeworlds/teeworlds.SlackBuild b/games/teeworlds/teeworlds.SlackBuild
index a5c2e18d26..f639f57538 100644
--- a/games/teeworlds/teeworlds.SlackBuild
+++ b/games/teeworlds/teeworlds.SlackBuild
@@ -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
diff --git a/games/teeworlds/teeworlds.info b/games/teeworlds/teeworlds.info
index 2236d1bef0..3bd2b4d5cd 100644
--- a/games/teeworlds/teeworlds.info
+++ b/games/teeworlds/teeworlds.info
@@ -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"