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:
Francois Perrad 2019-05-01 00:23:31 +02:00 committed by Peter Korsgaard
parent 489a48fe63
commit e084ed9fdb
3 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ diff --git a/src/luarocks/deps.lua b/src/luarocks/deps.lua
index 8403f12..c1c0220 100644
--- a/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-" .. shortv,
"lua",
@ -26,9 +26,9 @@ index 8403f12..c1c0220 100644
- if cfg.luajit_version then
- table.insert(libnames, 1, "luajit-" .. cfg.lua_version)
- end
local cache = {}
for _, libname in ipairs(libnames) do
local ok = check_external_dependency("LUA", { library = libname }, vars, "build")
if ok then
local ok = check_external_dependency("LUA", { library = libname }, vars, "build", cache)
--
2.17.1

View file

@ -1,3 +1,3 @@
# Locally calculated
sha256 1236a307ca5c556c4fed9fdbd35a7e0e80ccf063024becc8c3bf212f37ff0edf luarocks-3.0.4.tar.gz
sha256 865eae1e49b0f701c955c1c8f7b6fae99287c9cef32227d64177509224908921 luarocks-3.1.0.tar.gz
sha256 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f COPYING

View file

@ -4,7 +4,7 @@
#
################################################################################
LUAROCKS_VERSION = 3.0.4
LUAROCKS_VERSION = 3.1.0
LUAROCKS_SITE = http://luarocks.org/releases
LUAROCKS_LICENSE = MIT
LUAROCKS_LICENSE_FILES = COPYING