diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/luarocks.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/luarocks.rb b/Library/Formula/luarocks.rb index 58d944c53..32fd0bc6e 100644 --- a/Library/Formula/luarocks.rb +++ b/Library/Formula/luarocks.rb @@ -3,8 +3,8 @@ require 'formula' class Luarocks < Formula homepage 'http://luarocks.org' head 'https://github.com/keplerproject/luarocks.git' - url 'http://luarocks.org/releases/luarocks-2.0.13.tar.gz' - sha1 'fb9d818c17d1ecb54fe23a53e31e52284b41e58e' + url 'http://luarocks.org/releases/luarocks-2.1.0.tar.gz' + sha1 '2415bb20d6d5eff3c907512165d775b8e4088e46' option 'with-luajit', 'Use LuaJIT instead of the stock Lua' option 'with-lua52', 'Use Lua 5.2 instead of the stock Lua' |
