]> xenbits.xensource.com Git - unikraft/libs/lua.git/commitdiff
lua/Makefile.uk: Bump version to 5.4.4 RELEASE-0.11.0 RELEASE-0.12.0 RELEASE-0.13.0 RELEASE-0.13.1
authorJalil David Salamé Messina <jalil.salame@tum.de>
Sun, 23 Oct 2022 10:46:34 +0000 (12:46 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 1 Dec 2022 13:46:33 +0000 (13:46 +0000)
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

Makefile.uk

index acb5c2b129a099096fab6bb45c6da52a1f428105..cae7e7f010ab25dd5abd429792dacacbf9b8c784 100644 (file)
@@ -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