From 78d9b0f0be3e607b888d77e73f783132fd8f124c Mon Sep 17 00:00:00 2001 From: Radu Andrei Tudorica Date: Tue, 26 May 2026 23:51:09 +0300 Subject: [PATCH] lib/lua: Upgrade from 5.4.4 to 5.4.8 Signed-off-by: Radu Andrei Tudorica --- Library.uk | 2 +- Makefile.uk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library.uk b/Library.uk index 48a46c6..ad97bea 100644 --- a/Library.uk +++ b/Library.uk @@ -2,4 +2,4 @@ name := "lua" description := "A powerful, efficient, lightweight, embeddable scripting language." homepage := "https://www.lua.org/" license := "MIT" -version := 5.4.4 sha256:164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61 https://www.lua.org/ftp/lua-5.4.4.tar.gz +version := 5.4.8 sha256:4f18ddae154e793e46eeab727c59ef1c0c0c2b744e7b94219710d76f530629ae https://www.lua.org/ftp/lua-5.4.8.tar.gz diff --git a/Makefile.uk b/Makefile.uk index 2a2da5c..bf21d7c 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -6,7 +6,7 @@ $(eval $(call addlib_s,liblua,$(CONFIG_LIBLUA))) ################################################################################ # Sources ################################################################################ -LIBLUA_VERSION=5.4.4 +LIBLUA_VERSION=5.4.8 LIBLUA_TARBALL=lua-$(LIBLUA_VERSION) LIBLUA_URL=https://www.lua.org/ftp/$(LIBLUA_TARBALL).tar.gz LIBLUA_PATCHDIR=$(LIBLUA_BASE)/patches