diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-05-11 11:22:25 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-05-11 11:22:25 -0300 |
commit | dd6f0e719e8b761c86bab7246891512b9375fb91 (patch) | |
tree | ee63b7d9c20ebba5afe3a1e391310b1d253fc72f /test | |
parent | 0d071fa685e41864986c9537efe0bca80d69c280 (diff) | |
download | luarocks-dd6f0e719e8b761c86bab7246891512b9375fb91.tar.gz luarocks-dd6f0e719e8b761c86bab7246891512b9375fb91.tar.bz2 luarocks-dd6f0e719e8b761c86bab7246891512b9375fb91.zip |
Update lmathx used for testing Lua 5.3
Diffstat (limited to 'test')
-rwxr-xr-x | test/testing.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/testing.sh b/test/testing.sh index 0fa6fe92..292c6389 100755 --- a/test/testing.sh +++ b/test/testing.sh | |||
@@ -256,10 +256,11 @@ mkdir -p "$testing_server" | |||
256 | get "$luarocks_repo/luaposix-33.2.1-1.src.rock" | 256 | get "$luarocks_repo/luaposix-33.2.1-1.src.rock" |
257 | get "$luarocks_repo/md5-1.2-1.src.rock" | 257 | get "$luarocks_repo/md5-1.2-1.src.rock" |
258 | get "$luarocks_repo/lmathx-20120430.51-1.src.rock" | 258 | get "$luarocks_repo/lmathx-20120430.51-1.src.rock" |
259 | get "$luarocks_repo/lmathx-20120430.52-1.src.rock" | ||
260 | get "$luarocks_repo/lmathx-20120430.51-1.rockspec" | 259 | get "$luarocks_repo/lmathx-20120430.51-1.rockspec" |
260 | get "$luarocks_repo/lmathx-20120430.52-1.src.rock" | ||
261 | get "$luarocks_repo/lmathx-20120430.52-1.rockspec" | 261 | get "$luarocks_repo/lmathx-20120430.52-1.rockspec" |
262 | get "$luarocks_repo/lmathx-20140620-1.rockspec" | 262 | get "$luarocks_repo/lmathx-20150505-1.src.rock" |
263 | get "$luarocks_repo/lmathx-20150505-1.rockspec" | ||
263 | get "$luarocks_repo/lua-path-0.2.3-1.src.rock" | 264 | get "$luarocks_repo/lua-path-0.2.3-1.src.rock" |
264 | get "$luarocks_repo/lua-cjson-2.1.0-1.src.rock" | 265 | get "$luarocks_repo/lua-cjson-2.1.0-1.src.rock" |
265 | get "$luarocks_repo/luacov-coveralls-0.1.1-1.src.rock" | 266 | get "$luarocks_repo/luacov-coveralls-0.1.1-1.src.rock" |