From 32c9ac12e453fa66b6feeb67aa4ac3d5a3419a00 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 16 Dec 2018 17:20:57 +0100 Subject: [PATCH] games/teeworlds: Updated for version 0.7.1. Signed-off-by: Dimitris Zlatanidis --- games/teeworlds/teeworlds.SlackBuild | 4 ++-- games/teeworlds/teeworlds.info | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/games/teeworlds/teeworlds.SlackBuild b/games/teeworlds/teeworlds.SlackBuild index 67077ce9c0..9de3c2baf4 100644 --- a/games/teeworlds/teeworlds.SlackBuild +++ b/games/teeworlds/teeworlds.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for teeworlds -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2018 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.4} +VERSION=${VERSION:-0.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/teeworlds/teeworlds.info b/games/teeworlds/teeworlds.info index d874bd202a..6c6e48f3e2 100644 --- a/games/teeworlds/teeworlds.info +++ b/games/teeworlds/teeworlds.info @@ -1,10 +1,10 @@ PRGNAM="teeworlds" -VERSION="0.6.4" +VERSION="0.7.1" HOMEPAGE="https://www.teeworlds.com/" -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="" +DOWNLOAD="https://github.com/teeworlds/teeworlds/releases/download/0.7.1/teeworlds-0.7.1-linux_x86.tar.gz" +MD5SUM="50f4b548be992b1cac07775055c11062" +DOWNLOAD_x86_64="https://github.com/teeworlds/teeworlds/releases/download/0.7.1/teeworlds-0.7.1-linux_x86_64.tar.gz" +MD5SUM_x86_64="c00616f2347e25e567791b41226f83c2" +REQUIRES="SDL2" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com"