minetest: update to 5.9.0.
This commit is contained in:
parent
47a9c2bf7e
commit
7388629416
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'minetest'
|
||||
pkgname=minetest
|
||||
version=5.8.0
|
||||
version=5.9.0
|
||||
revision=1
|
||||
_irrlichtversion=1.9.0mt13
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SERVER=TRUE -DVERSION_EXTRA=_${revision}"
|
||||
hostmakedepends="pkg-config gettext"
|
||||
|
@ -15,12 +14,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://www.minetest.net"
|
||||
changelog="https://dev.minetest.net/Changelog"
|
||||
distfiles="https://github.com/minetest/minetest/archive/${version}.tar.gz
|
||||
https://github.com/minetest/irrlicht/archive/refs/tags/${_irrlichtversion}.tar.gz"
|
||||
checksum="610c85a24d77acdc3043a69d777bed9e6c00169406ca09df22ad490fe0d68c0c
|
||||
2fde8e27144988210b9c0ff1e202905834d9d25aaa63ce452763fd7171096adc"
|
||||
skip_extraction="${_irrlichtversion}.tar.gz"
|
||||
|
||||
post_extract() {
|
||||
vsrcextract -C lib/irrlichtmt ${_irrlichtversion}.tar.gz
|
||||
}
|
||||
distfiles="https://github.com/minetest/minetest/archive/${version}.tar.gz"
|
||||
checksum=070bc292a0b7fc60d7ff0a14b364c8229c5cbe38296a80f948ea2c2591545a5c
|
||||
|
|
Loading…
Reference in New Issue