games/minetest_game: Updated for version 5.7.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
62a03897e8
commit
83ef2ef222
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for minetest_game
|
# Slackware build script for minetest_game
|
||||||
|
|
||||||
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=minetest_game
|
PRGNAM=minetest_game
|
||||||
VERSION=${VERSION:-5.6.1}
|
VERSION=${VERSION:-5.7.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="minetest_game"
|
PRGNAM="minetest_game"
|
||||||
VERSION="5.6.1"
|
VERSION="5.7.0"
|
||||||
HOMEPAGE="http://minetest.net/"
|
HOMEPAGE="http://minetest.net/"
|
||||||
DOWNLOAD="https://github.com/minetest/minetest_game/archive/5.6.1/minetest_game-5.6.1.tar.gz"
|
DOWNLOAD="https://github.com/minetest/minetest_game/archive/5.7.0/minetest_game-5.7.0.tar.gz"
|
||||||
MD5SUM="91a7f337487c090c39cfbc136cc4c65a"
|
MD5SUM="befe9d24d0e7a8371c02a63d780b5fa1"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="minetest"
|
REQUIRES="minetest"
|
||||||
|
|
Loading…
Reference in New Issue