aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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 58ae8c515..b0327183f 100644
--- a/Library/Formula/luarocks.rb
+++ b/Library/Formula/luarocks.rb
@@ -4,8 +4,8 @@ def use_luajit?; ARGV.include? '--with-luajit'; end
class Luarocks < Formula
homepage 'http://luarocks.org'
- url 'http://luarocks.org/releases/luarocks-2.0.9.tar.gz'
- sha1 '84656ef2c1261a21a7e8aaf347743f8e542d2f49'
+ url 'http://luarocks.org/releases/luarocks-2.0.10.tar.gz'
+ sha1 '90db1c46940816ae82a8037e585769e3e8845f66'
depends_on use_luajit? ? 'luajit' : 'lua'