diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-01-25 08:56:24 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:16 +0700 |
commit | 1b358d3079687c2892730bf3fdf651cfcc4d4494 (patch) | |
tree | e26819775048841546241fdd15dd2b180b6fae2f | |
parent | b7d059c7c0d0ff56816eca425bfc006a68b99d6b (diff) |
games/teeworlds: Updated for version 0.6.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | games/teeworlds/teeworlds.SlackBuild | 16 | ||||
-rw-r--r-- | games/teeworlds/teeworlds.info | 10 |
2 files changed, 13 insertions, 13 deletions
diff --git a/games/teeworlds/teeworlds.SlackBuild b/games/teeworlds/teeworlds.SlackBuild index 0d11116f7fe2..67077ce9c0d9 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 1366e9cad1ee..d874bd202a64 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" |