summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2017-01-25 07:56:24 +0100
committer Willy Sudiarto Raharjo2017-01-28 01:38:16 +0100
commit1b358d3079687c2892730bf3fdf651cfcc4d4494 (patch)
treee26819775048841546241fdd15dd2b180b6fae2f
parentb7d059c7c0d0ff56816eca425bfc006a68b99d6b (diff)
downloadslackbuilds-1b358d3079687c2892730bf3fdf651cfcc4d4494.tar.gz
games/teeworlds: Updated for version 0.6.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--games/teeworlds/teeworlds.SlackBuild16
-rw-r--r--games/teeworlds/teeworlds.info10
2 files changed, 13 insertions, 13 deletions
diff --git a/games/teeworlds/teeworlds.SlackBuild b/games/teeworlds/teeworlds.SlackBuild
index 0d11116f7f..67077ce9c0 100644
--- a/games/teeworlds/teeworlds.SlackBuild
+++ b/games/teeworlds/teeworlds.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for teeworlds
-# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=teeworlds
-VERSION=${VERSION:-0.6.3}
+VERSION=${VERSION:-0.6.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,14 +55,14 @@ else
fi
OS=$(uname | tr [:upper:] [:lower:])
-SRCNAM=$PRGNAM-$VERSION-$OS\_x86_64
+# SRCNAM=$PRGNAM-$VERSION-$OS\_x86_64
# 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 1366e9cad1..d874bd202a 100644
--- a/games/teeworlds/teeworlds.info
+++ b/games/teeworlds/teeworlds.info
@@ -1,10 +1,10 @@
PRGNAM="teeworlds"
-VERSION="0.6.3"
+VERSION="0.6.4"
HOMEPAGE="https://www.teeworlds.com/"
-DOWNLOAD="UNSUPPORTED"
-MD5SUM=""
-DOWNLOAD_x86_64="http://downloads.teeworlds.com/teeworlds-0.6.3-linux_x86_64.tar.gz"
-MD5SUM_x86_64="44454260b06bcfd1233e2ec7bdf9ddab"
+DOWNLOAD="https://downloads.teeworlds.com/teeworlds-0.6.4-linux_x86.tar.gz"
+MD5SUM="2eeb0ef604b126a2a17a66db748f9819"
+DOWNLOAD_x86_64="https://downloads.teeworlds.com/teeworlds-0.6.4-linux_x86_64.tar.gz"
+MD5SUM_x86_64="d7abb027ade06bc1537580bd9273cab0"
REQUIRES=""
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"