update luarocks version in travis

This commit is contained in:
kikito 2015-02-09 11:38:22 +01:00
parent c3ed7b8713
commit 98844a67fe
2 changed files with 27 additions and 27 deletions

View File

@ -2,7 +2,7 @@ language: erlang
env:
global:
- LUAROCKS_BASE=luarocks-2.0.13
- LUAROCKS_BASE=luarocks-2.2.0
matrix:
- LUA=lua5.1 LUA_DEV=liblua5.1-dev LUA_VER=5.1 LUA_SFX=5.1 LUA_INCDIR=/usr/include/lua5.1
- LUA=lua5.2 LUA_DEV=liblua5.2-dev LUA_VER=5.2 LUA_SFX=5.2 LUA_INCDIR=/usr/include/lua5.2

View File

@ -1,6 +1,6 @@
local md5 = {
_VERSION = "md5.lua 0.5.0",
_DESCRIPTION = "MD5 computation in Lua (5.1)",
_VERSION = "md5.lua 1.0.0",
_DESCRIPTION = "MD5 computation in Lua (5.1-3, LuaJIT)",
_URL = "https://github.com/kikito/md5.lua",
_LICENSE = [[
MIT LICENSE