minetest: update to 5.0.1.
This commit is contained in:
parent
50579e5dfc
commit
51e98ecf32
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'minetest'
|
# Template file for 'minetest'
|
||||||
pkgname=minetest
|
pkgname=minetest
|
||||||
version=5.0.0
|
version=5.0.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DRUN_IN_PLACE=0 -DENABLE_GETTEXT=1 -DENABLE_FREETYPE=1"
|
configure_args="-DRUN_IN_PLACE=0 -DENABLE_GETTEXT=1 -DENABLE_FREETYPE=1"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -15,8 +15,8 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://www.minetest.net"
|
homepage="https://www.minetest.net"
|
||||||
distfiles="https://github.com/minetest/minetest/archive/${version}.tar.gz
|
distfiles="https://github.com/minetest/minetest/archive/${version}.tar.gz
|
||||||
https://github.com/minetest/minetest_game/archive/${version}.tar.gz>minetest_game-${version}.tar.gz"
|
https://github.com/minetest/minetest_game/archive/${version}.tar.gz>minetest_game-${version}.tar.gz"
|
||||||
checksum="1ba816f77dc9dbd5a4995f0c1d482f8f22b9aa75b6d6999dbfd1f3d698363d0a
|
checksum="aa771cf178ad1b436d5723e5d6dd24e42b5d56f1cfe9c930f6426b7f24bb1635
|
||||||
83688d802f9d8308acf6f95e6845cdbe1ee1bc088a963a30f94cf72ec7265cf8"
|
965d2cf3ac8c822bc9e60fb8f508182fb2f24dde46f46b000caf225ebe2ec519"
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
# Install the minetest_game subgame.
|
# Install the minetest_game subgame.
|
||||||
|
|
Loading…
Reference in New Issue