aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorGary V. Vaughan2013-06-20 11:48:39 +0700
committerAdam Vandenberg2013-06-19 22:26:29 -0700
commite11f802839da56be2b164d37db2831011e84d3c4 (patch)
tree016790eeadcb23623b573eb08b833fb26c7dd891 /Library/Formula
parenta18a24923d322bb48409319e93001bb7a1bad330 (diff)
downloadhomebrew-e11f802839da56be2b164d37db2831011e84d3c4.tar.bz2
luarocks 2.0.13
also add a 'head' declaration to support brew install --HEAD Closes #20618. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/luarocks.rb6
1 files changed, 4 insertions, 2 deletions
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'