From 60c0256494aa3fe244beab60fd579e0b2c8598e5 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Wed, 11 Dec 2024 12:28:55 +0100 Subject: [PATCH] thirdparty/lua-Spore 0.3.4 (#2003) https://framagit.org/fperrad/lua-Spore/-/compare/0.3.3..0.3.4 --- thirdparty/lua-Spore/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/lua-Spore/CMakeLists.txt b/thirdparty/lua-Spore/CMakeLists.txt index 4b3722971..e27697027 100644 --- a/thirdparty/lua-Spore/CMakeLists.txt +++ b/thirdparty/lua-Spore/CMakeLists.txt @@ -5,7 +5,7 @@ append_install_commands(INSTALL_CMD src/Spore.lua DESTINATION common) append_tree_install_commands(INSTALL_CMD src/Spore common/Spore) external_project( - DOWNLOAD GIT 0.3.3 + DOWNLOAD GIT 0.3.4 https://framagit.org/fperrad/lua-Spore INSTALL_COMMAND ${INSTALL_CMD} )