games/minetest_game: Updated for version 0.4.15.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
1ba9364c94
commit
256816f5e3
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for minetest_game
|
||||
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2017 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=minetest_game
|
||||
VERSION=${VERSION:-0.4.14}
|
||||
VERSION=${VERSION:-0.4.15}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="minetest_game"
|
||||
VERSION="0.4.14"
|
||||
VERSION="0.4.15"
|
||||
HOMEPAGE="http://minetest.net/"
|
||||
DOWNLOAD="https://github.com/minetest/minetest_game/archive/0.4.14.tar.gz"
|
||||
MD5SUM="22a472d15175bc5e3f5289a2f19d9b5a"
|
||||
DOWNLOAD="https://github.com/minetest/minetest_game/archive/0.4.15.tar.gz"
|
||||
MD5SUM="514fa9bc2b6d1afff2a2524ad8152c7b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="minetest"
|
||||
|
|
Loading…
Reference in New Issue