Skip to content

Commit

Permalink
ci: update luarocks to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FSMaxB committed Apr 26, 2016
1 parent b7a3154 commit 724fdca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ else
fi

cd ..
wget -O - http://luarocks.org/releases/luarocks-2.2.2.tar.gz | tar xz || wget -O - http://keplerproject.github.io/luarocks/releases/luarocks-2.2.2.tar.gz | tar xz
cd luarocks-2.2.2
wget -O - http://luarocks.org/releases/luarocks-2.3.0.tar.gz | tar xz || wget -O - http://keplerproject.github.io/luarocks/releases/luarocks-2.3.0.tar.gz | tar xz
cd luarocks-2.3.0

if [ "$LUA" == "LuaJIT2.0" ]; then
./configure --with-lua-include="$HOME/prefix/include/luajit-2.0/" --prefix="$HOME/prefix/";
Expand Down

0 comments on commit 724fdca

Please sign in to comment.