dragengine: bump version (#8798)

This commit is contained in:
Plüss Roland
2023-06-04 21:12:51 +02:00
committed by GitHub
parent d86c6405d4
commit dc3d36b32c

View File

@@ -11,12 +11,12 @@ able to run the game without providing any additional tools. It can be used to r
games without overhead or in headless mode for server operation."
HOMEPAGE="https://dragondreams.ch
https://github.com/LordOfDragons/dragengine"
COPYRIGHT="2020-2022 DragonDreams"
COPYRIGHT="2020-2023 DragonDreams"
LICENSE="GNU GPL v3
GNU LGPL v3"
REVISION="1"
SOURCE_URI="https://github.com/LordOfDragons/dragengine/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="fab18b5cd0a879669e5cccf82a0e3a24b4cd4a3e0f4400eed36a4cd93cc4fe54"
CHECKSUM_SHA256="31929f5175e7831776b2f889bb7c2954a21c4d92b41b0ff9c90aecaa3ab86142"
SOURCE_FILENAME="dragengine-$portVersion.tar.gz"
SOURCE_DIR="dragengine-$portVersion"
ADDITIONAL_FILES="custom.py"
@@ -78,6 +78,7 @@ BUILD_PREREQUIRES="
cmd:patch
cmd:gawk
cmd:make
cmd:nasm
"
BUILD()