aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/luarocks.rb
diff options
context:
space:
mode:
authorBrett Koonce2013-09-09 20:15:21 -0500
committerAdam Vandenberg2013-09-09 22:04:36 -0700
commit6010f7de2dc2b9cf28f4e00e97533896ba597f0a (patch)
tree0cb122aeaa3a39005187abc41b8a8bf4c71f2543 /Library/Formula/luarocks.rb
parentedce4ed1223e34b7d4a68eebebc417cb0462ca7d (diff)
downloadhomebrew-6010f7de2dc2b9cf28f4e00e97533896ba597f0a.tar.bz2
luarocks 2.1.0
Closes #22426. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/luarocks.rb')
-rw-r--r--Library/Formula/luarocks.rb4
1 files changed, 2 insertions, 2 deletions
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'