Skip to content

Commit 630b708

Browse files
committed
Bumps recommended LuaRocks version to 2.1.1
1 parent 6047fca commit 630b708

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ compiler:
66

77
env:
88
global:
9-
- LUAROCKS_BASE=luarocks-2.1.0
9+
- LUAROCKS_BASE=luarocks-2.1.1
1010
matrix:
1111
- LUA=lua5.1 LUA_DEV=liblua5.1-dev LUA_VER=5.1 LUA_SFX=5.1 LUA_INCDIR=/usr/include/lua5.1
1212
#- LUA=luajit LUA_DEV=libluajit-5.1-dev LUA_VER=5.1 LUA_SFX=jit LUA_INCDIR=/usr/include/luajit-2.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ The following has been tested on Ubuntu Desktop 10.10 / Debian testing.
7373
- sudo ldconfig -v
7474

7575
- Install LuaRocks
76-
- wget http://luarocks.org/releases/luarocks-2.0.12.tar.gz
77-
- tar xvf luarocks-2.0.12.tar.gz
78-
- cd luarocks-2.0.12
76+
- wget http://luarocks.org/releases/luarocks-2.1.1.tar.gz
77+
- tar xvf luarocks-2.1.1.tar.gz
78+
- cd luarocks-2.1.1
7979
- ./configure
8080
- make
8181
- sudo make install

0 commit comments

Comments
 (0)