From 53f14b0208775f2f0209bf9299e81f6676160095 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Tue, 7 Jan 2025 17:53:32 +0100 Subject: [PATCH] thirdparty/lua-Spore 0.4.0 https://framagit.org/fperrad/lua-Spore/-/tags/0.4.0 --- 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 e27697027..e7a850ee3 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.4 + DOWNLOAD GIT 0.4.0 https://framagit.org/fperrad/lua-Spore INSTALL_COMMAND ${INSTALL_CMD} )