From 6010f7de2dc2b9cf28f4e00e97533896ba597f0a Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Mon, 9 Sep 2013 20:15:21 -0500 Subject: luarocks 2.1.0 Closes #22426. Signed-off-by: Adam Vandenberg --- Library/Formula/luarocks.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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' -- cgit v1.2.3