Tested under x86_64, runs in `linuxu` and `kvm` using the Lua app in the
`app-lua` repository.
Signed-off-by: Jalil David Salamé Messina <jalil.salame@tum.de>
Reviewed-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Approved-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #4
################################################################################
# Sources
################################################################################
-LIBLUA_VERSION=5.4.3
+LIBLUA_VERSION=5.4.4
LIBLUA_TARBALL=lua-$(LIBLUA_VERSION)
LIBLUA_URL=https://www.lua.org/ftp/$(LIBLUA_TARBALL).tar.gz
LIBLUA_PATCHDIR=$(LIBLUA_BASE)/patches