From e11f802839da56be2b164d37db2831011e84d3c4 Mon Sep 17 00:00:00 2001 From: Gary V. Vaughan Date: Thu, 20 Jun 2013 11:48:39 +0700 Subject: luarocks 2.0.13 also add a 'head' declaration to support brew install --HEAD Closes #20618. Signed-off-by: Adam Vandenberg --- Library/Formula/luarocks.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/luarocks.rb b/Library/Formula/luarocks.rb index 5f302d18f..313a47e34 100644 --- a/Library/Formula/luarocks.rb +++ b/Library/Formula/luarocks.rb @@ -2,8 +2,10 @@ require 'formula' class Luarocks < Formula homepage 'http://luarocks.org' - url 'http://luarocks.org/releases/luarocks-2.0.12.tar.gz' - sha1 'bfa36d5a9931c240c0253dee09c0cfb69372d276' + url 'http://luarocks.org/releases/luarocks-2.0.13.tar.gz' + sha1 'fb9d818c17d1ecb54fe23a53e31e52284b41e58e' + + head 'https://github.com/keplerproject/luarocks.git' 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