diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2015-06-27 22:51:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-27 22:51:39 +0700 |
commit | 792687119d80afdc341db014299950c1702fb1c8 (patch) | |
tree | b11a5ab34f299d6c8554ddace4e1d16db41c7051 /games | |
parent | 0e2ec3441dd629a112d74b09eaf44dab4b59f8b7 (diff) |
games/supertux2: Updated for version 0.3.5a.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/supertux2/supertux2.SlackBuild | 4 | ||||
-rw-r--r-- | games/supertux2/supertux2.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/supertux2/supertux2.SlackBuild b/games/supertux2/supertux2.SlackBuild index aaf25cef610c..8e94cb4659dc 100644 --- a/games/supertux2/supertux2.SlackBuild +++ b/games/supertux2/supertux2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for supertux2 -# Copyright 2012-2013 Petar Petrov, petar.petrov@student.oulu.fi +# Copyright 2012-2015 Petar Petrov, petar.petrov@student.oulu.fi # 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=supertux2 -VERSION=${VERSION:-0.3.4} +VERSION=${VERSION:-0.3.5a} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/supertux2/supertux2.info b/games/supertux2/supertux2.info index 351776f6af88..7796eab4d411 100644 --- a/games/supertux2/supertux2.info +++ b/games/supertux2/supertux2.info @@ -1,10 +1,10 @@ PRGNAM="supertux2" -VERSION="0.3.4" -HOMEPAGE="http://supertux.lethargik.org/" -DOWNLOAD="http://supertux.googlecode.com/files/supertux-0.3.4.tar.bz2" -MD5SUM="108af4c1fd985e8842a15cd819b9b157" +VERSION="0.3.5a" +HOMEPAGE="http://supertux.github.io/" +DOWNLOAD="https://github.com/SuperTux/supertux/releases/download/v0.3.5a/supertux-0.3.5a.tar.bz2" +MD5SUM="43b7d3d0d07f8b17e3d21f7ecc2d1f9f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="OpenAL physfs" +REQUIRES="OpenAL physfs SDL2_image" MAINTAINER="Petar Petrov" EMAIL="petar.petrov@student.oulu.fi" |