package/luarocks: bump to version 3.11.0

COPYING: update copyright notice
see a0bc05dcc7

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
Francois Perrad 2024-03-14 18:31:30 +01:00 committed by Arnout Vandecappelle
parent 2b59ee9f19
commit 8b025251d3
3 changed files with 6 additions and 3 deletions

View File

@ -350,8 +350,11 @@ function buildroot.command(args)
return nil, "Error loading rockspec: " .. err
end
if rockspec.source.file then
rockspec.source.dir = rockspec.source.dir or dir.deduce_base_dir(rockspec.source.file)
ok, err = fs.unpack_archive(rockspec.source.file)
if not ok then return nil, err end
else
rockspec.source.dir = rockspec.source.dir or '.'
end
if rockspec.source.dir ~= '.' then

View File

@ -1,3 +1,3 @@
# Locally calculated
sha256 ffafd83b1c42aa38042166a59ac3b618c838ce4e63f4ace9d961a5679ef58253 luarocks-3.9.1.tar.gz
sha256 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f COPYING
sha256 25f56b3c7272fb35b869049371d649a1bbe668a56d24df0a66e3712e35dd44a6 luarocks-3.11.0.tar.gz
sha256 660773f53ed17cd0d8be7d67168c25e8cc664a506788c7b5971192bdd2994a9d COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
LUAROCKS_VERSION = 3.9.1
LUAROCKS_VERSION = 3.11.0
LUAROCKS_SITE = https://luarocks.org/releases
LUAROCKS_LICENSE = MIT
LUAROCKS_LICENSE_FILES = COPYING