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