From dc3d36b32c0e408408b129d687555a3eacca62c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pl=C3=BCss=20Roland?= Date: Sun, 4 Jun 2023 21:12:51 +0200 Subject: [PATCH] dragengine: bump version (#8798) --- .../{dragengine-1.16.2.recipe => dragengine-1.17.recipe} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename games-engines/dragengine/{dragengine-1.16.2.recipe => dragengine-1.17.recipe} (96%) diff --git a/games-engines/dragengine/dragengine-1.16.2.recipe b/games-engines/dragengine/dragengine-1.17.recipe similarity index 96% rename from games-engines/dragengine/dragengine-1.16.2.recipe rename to games-engines/dragengine/dragengine-1.17.recipe index 90c30e193..7c42bb0f3 100644 --- a/games-engines/dragengine/dragengine-1.16.2.recipe +++ b/games-engines/dragengine/dragengine-1.17.recipe @@ -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()