Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Library.uk
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Makefile.uk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down