From 259de5cff6841346dc39cd7eb64a58ccd78c8cd3 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Sun, 10 Dec 2023 16:25:12 +0100 Subject: [PATCH] package/lua-compat53: bump to version 0.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the project has moved to the organization “Lunar Modules”, see https://github.com/lunarmodules/ diff LICENCE: -Copyright (c) 2015 Kepler Project. +Copyright (C) 1994-2020 Lua.org, PUC-Rio. +Copyright (C) 2013-2023 The Lua-Compat-5.3 authors. Signed-off-by: Francois Perrad Signed-off-by: Thomas Petazzoni --- package/lua-compat53/Config.in | 2 +- package/lua-compat53/lua-compat53.hash | 4 ++-- package/lua-compat53/lua-compat53.mk | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/lua-compat53/Config.in b/package/lua-compat53/Config.in index de468fcf66..695c139280 100644 --- a/package/lua-compat53/Config.in +++ b/package/lua-compat53/Config.in @@ -5,4 +5,4 @@ config BR2_PACKAGE_LUA_COMPAT53 Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1. - https://github.com/keplerproject/lua-compat-5.3 + https://github.com/lunarmodules/lua-compat-5.3 diff --git a/package/lua-compat53/lua-compat53.hash b/package/lua-compat53/lua-compat53.hash index ccd9a71205..1930063fdc 100644 --- a/package/lua-compat53/lua-compat53.hash +++ b/package/lua-compat53/lua-compat53.hash @@ -1,3 +1,3 @@ # computed by luarocks/buildroot -sha256 e513e75ba0ef4923a1ec0d4f0beb5972a11cc9bd7ac1b0953b5e4f037b259c92 compat53-0.8-1.src.rock -sha256 1b24f475812c979684fb3469f6faccbdc7c33c9d39421728aa0d78deda5a89a5 lua-compat-5.3-0.8/LICENSE +sha256 bff8e597384776de7c139bee7d6a6f2c05c3eb7315d08733473fa986720cec60 compat53-0.12-1.src.rock +sha256 870cdff7e4db4c2e84a335b2b9e242b9f963830550026e2057a5885e945982e5 lua-compat-5.3-0.12/LICENSE diff --git a/package/lua-compat53/lua-compat53.mk b/package/lua-compat53/lua-compat53.mk index 0e8f1c3600..0cfbe2d795 100644 --- a/package/lua-compat53/lua-compat53.mk +++ b/package/lua-compat53/lua-compat53.mk @@ -4,7 +4,7 @@ # ################################################################################ -LUA_COMPAT53_VERSION_UPSTREAM = 0.8 +LUA_COMPAT53_VERSION_UPSTREAM = 0.12 LUA_COMPAT53_VERSION = $(LUA_COMPAT53_VERSION_UPSTREAM)-1 LUA_COMPAT53_NAME_UPSTREAM = compat53 LUA_COMPAT53_SUBDIR = lua-compat-5.3-$(LUA_COMPAT53_VERSION_UPSTREAM)