Skip to content

Commit

Permalink
Update Lua to 5.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
encelo committed Jun 30, 2024
1 parent 31a6670 commit 8835cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/lua.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(TARGET_LUA lua)
set(URL_LUA https://www.lua.org/ftp/lua-5.4.6.tar.gz)
set(URL_MD5_LUA 25a429319dff20dfbfb9956c2b5be911)
set(URL_LUA https://www.lua.org/ftp/lua-5.4.7.tar.gz)
set(URL_MD5_LUA fc3f3291353bbe6ee6dec85ee61331e8)
set(DEST_LUA ${DESTINATION_PATH}/lua)

ExternalProject_Add(project_${TARGET_LUA}
Expand Down

0 comments on commit 8835cf2

Please sign in to comment.