games/minetest_game: Updated for version 0.4.13.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
57f095d438
commit
6069aebc65
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for minetest_game
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
PRGNAM=minetest_game
|
||||
VERSION=${VERSION:-0.4.12}
|
||||
VERSION=${VERSION:-0.4.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="minetest_game"
|
||||
VERSION="0.4.12"
|
||||
VERSION="0.4.13"
|
||||
HOMEPAGE="http://minetest.net/"
|
||||
DOWNLOAD="https://github.com/minetest/minetest_game/archive/0.4.12.tar.gz"
|
||||
MD5SUM="3fb2f7c3ec549a38f6458d2269075071"
|
||||
DOWNLOAD="https://github.com/minetest/minetest_game/archive/0.4.13.tar.gz"
|
||||
MD5SUM="cc02e8844bbfbd14a3545a202ef38772"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="minetest"
|
||||
|
|
Loading…
Reference in New Issue