mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/supertux2: Updated for version 0.3.5a.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0e2ec3441d
commit
792687119d
2 changed files with 7 additions and 7 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue