From: Jalil David Salamé Messina Date: Sun, 23 Oct 2022 10:46:34 +0000 (+0200) Subject: lua/Makefile.uk: Bump version to 5.4.4 X-Git-Tag: RELEASE-0.11.0^0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a81d7bc47e9d09594f727dd26195ff1bfd82e111;p=unikraft%2Flibs%2Flua.git lua/Makefile.uk: Bump version to 5.4.4 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 Reviewed-by: Razvan Deaconescu Approved-by: Razvan Deaconescu Tested-by: Unikraft CI GitHub-Closes: #4 --- diff --git a/Makefile.uk b/Makefile.uk index acb5c2b..cae7e7f 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -6,7 +6,7 @@ $(eval $(call addlib_s,liblua,$(CONFIG_LIBLUA))) ################################################################################ # 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