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
Tristan971 committed Nov 4, 2024
1 parent 9a1963d commit 724dafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/lua/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LUA_VERSION = 5.4.6
LUA_SOURCES = https://www.tecgraf.puc-rio.br/lua/mirror/ftp/lua-$(LUA_VERSION).tar.gz
LUA_VERSION = 5.4.7
LUA_SOURCES = https://www.lua.org/ftp/lua-$(LUA_VERSION).tar.gz
LUA_TARBALL = lua-$(LUA_VERSION).tar.gz
LUA_BUILDIR = src
LUA_DESTDIR = dist
Expand Down

0 comments on commit 724dafb

Please sign in to comment.