diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/supertuxkart/README | 4 | ||||
-rw-r--r-- | games/supertuxkart/supertuxkart.SlackBuild | 2 | ||||
-rw-r--r-- | games/supertuxkart/supertuxkart.info | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/games/supertuxkart/README b/games/supertuxkart/README index e72958e5c0..477ccd13d3 100644 --- a/games/supertuxkart/README +++ b/games/supertuxkart/README @@ -1,5 +1,7 @@ -SuperTuxKart is a Free 3d kart racing game; we want to make the game fun +SuperTuxKart is a Free 3D kart racing game; we want to make the game fun more than we want to make it realistic. You can play with up to 4 friends on one PC, racing against each other or just try to beat the computer. Extra karts and tracks can be downloaded from within the game. + +NOTE: It requires OpenGL 3.1 support and above to play the game. diff --git a/games/supertuxkart/supertuxkart.SlackBuild b/games/supertuxkart/supertuxkart.SlackBuild index 5b0e50b4c5..6ecaec7e4b 100644 --- a/games/supertuxkart/supertuxkart.SlackBuild +++ b/games/supertuxkart/supertuxkart.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=supertuxkart -VERSION=${VERSION:-0.9.1} +VERSION=${VERSION:-0.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/supertuxkart/supertuxkart.info b/games/supertuxkart/supertuxkart.info index d5f1385a2f..c81ca07e27 100644 --- a/games/supertuxkart/supertuxkart.info +++ b/games/supertuxkart/supertuxkart.info @@ -1,8 +1,8 @@ PRGNAM="supertuxkart" -VERSION="0.9.1" +VERSION="0.9.2" HOMEPAGE="http://supertuxkart.sourceforge.net/" -DOWNLOAD="http://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/0.9.1/supertuxkart-0.9.1-src.tar.xz" -MD5SUM="5d87d943f2e746043aed87dc80004701" +DOWNLOAD="http://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/0.9.2/supertuxkart-0.9.2-src.tar.xz" +MD5SUM="f1f5081fd41b8eeb310b4edc07b9ee12" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="OpenAL" |