Skip to content

Commit ae38ea5

Browse files
committed
Updated to Lua 5.5.0-rc1.
1 parent e0efcb3 commit ae38ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ if(NOT EXISTS ${deps_dir}/${dkjson_tgz})
3131
endif()
3232
FetchContent_Declare(dkjson URL ${dkjson_url})
3333
FetchContent_MakeAvailable(dkjson)
34-
set(lua_tgz lua-5.4.7.tar.gz)
34+
set(lua_tgz lua-5.5.0-rc1.tar.gz)
3535
set(lua_url file://${CMAKE_BINARY_DIR}/_deps/${lua_tgz})
3636
if(NOT EXISTS ${CMAKE_BINARY_DIR}/_deps/${lua_tgz})
37-
set(lua_url https://www.lua.org/ftp/${lua_tgz})
37+
set(lua_url https://lua.org/work/${lua_tgz})
3838
endif()
3939
FetchContent_Declare(lua URL ${lua_url})
4040
FetchContent_MakeAvailable(lua)

0 commit comments

Comments
 (0)