aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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'