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} )