mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/luarocks: bump to version 3.1.0
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
489a48fe63
commit
e084ed9fdb
@ -17,7 +17,7 @@ diff --git a/src/luarocks/deps.lua b/src/luarocks/deps.lua
|
|||||||
index 8403f12..c1c0220 100644
|
index 8403f12..c1c0220 100644
|
||||||
--- a/src/luarocks/deps.lua
|
--- a/src/luarocks/deps.lua
|
||||||
+++ b/src/luarocks/deps.lua
|
+++ b/src/luarocks/deps.lua
|
||||||
@@ -513,10 +513,8 @@ function deps.check_lua(vars)
|
@@ -544,10 +544,8 @@ function deps.check_lua(vars)
|
||||||
"lua-" .. cfg.lua_version,
|
"lua-" .. cfg.lua_version,
|
||||||
"lua-" .. shortv,
|
"lua-" .. shortv,
|
||||||
"lua",
|
"lua",
|
||||||
@ -26,9 +26,9 @@ index 8403f12..c1c0220 100644
|
|||||||
- if cfg.luajit_version then
|
- if cfg.luajit_version then
|
||||||
- table.insert(libnames, 1, "luajit-" .. cfg.lua_version)
|
- table.insert(libnames, 1, "luajit-" .. cfg.lua_version)
|
||||||
- end
|
- end
|
||||||
|
local cache = {}
|
||||||
for _, libname in ipairs(libnames) do
|
for _, libname in ipairs(libnames) do
|
||||||
local ok = check_external_dependency("LUA", { library = libname }, vars, "build")
|
local ok = check_external_dependency("LUA", { library = libname }, vars, "build", cache)
|
||||||
if ok then
|
|
||||||
--
|
--
|
||||||
2.17.1
|
2.17.1
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Locally calculated
|
# Locally calculated
|
||||||
sha256 1236a307ca5c556c4fed9fdbd35a7e0e80ccf063024becc8c3bf212f37ff0edf luarocks-3.0.4.tar.gz
|
sha256 865eae1e49b0f701c955c1c8f7b6fae99287c9cef32227d64177509224908921 luarocks-3.1.0.tar.gz
|
||||||
sha256 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f COPYING
|
sha256 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f COPYING
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LUAROCKS_VERSION = 3.0.4
|
LUAROCKS_VERSION = 3.1.0
|
||||||
LUAROCKS_SITE = http://luarocks.org/releases
|
LUAROCKS_SITE = http://luarocks.org/releases
|
||||||
LUAROCKS_LICENSE = MIT
|
LUAROCKS_LICENSE = MIT
|
||||||
LUAROCKS_LICENSE_FILES = COPYING
|
LUAROCKS_LICENSE_FILES = COPYING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user