Skip to content

Commit 3aae83d

Browse files
committed
Updated to Lua 5.5.0-rc1.
1 parent 886fd24 commit 3aae83d

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
@@ -17,10 +17,10 @@ set(diff_match_patch_zip 7f95b37e554453262e2bcda830724fc362614103.zip)
1717
FetchContent_Declare(diff_match_patch
1818
URL https://github.com/leutloff/diff-match-patch-cpp-stl/archive/${diff_match_patch_zip})
1919
FetchContent_MakeAvailable(diff_match_patch)
20-
set(lua_tgz lua-5.4.7.tar.gz)
20+
set(lua_tgz lua-5.5.0-rc1.tar.gz)
2121
set(lua_url file://${CMAKE_BINARY_DIR}/_deps/${lua_tgz})
2222
if(NOT EXISTS ${CMAKE_BINARY_DIR}/_deps/${lua_tgz})
23-
set(lua_url https://www.lua.org/ftp/${lua_tgz})
23+
set(lua_url https://lua.org/work/${lua_tgz})
2424
endif()
2525
FetchContent_Declare(lua URL ${lua_url})
2626
FetchContent_MakeAvailable(lua)

0 commit comments

Comments
 (0)