From 20c8efe1809264b82aa38be37a5d86ce75e831f1 Mon Sep 17 00:00:00 2001 From: Kenji Rikitake Date: Mon, 13 Jan 2014 10:50:52 +0900 Subject: luarocks 2.1.2 Closes #25855. Signed-off-by: Mike McQuaid --- 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 7b440c138..da2e5b48b 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.1.1.tar.gz' - sha1 '696e4ccb5caa3af478c0fbf562d16ad42bf404d5' + url 'http://luarocks.org/releases/luarocks-2.1.2.tar.gz' + sha1 '406253d15c9d50bb0d09efa9807fb2ddd31cba9d' 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