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 a16071ad2..c152a1ad1 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.7.1.tar.gz'
- md5 '37003e5c78792e353acde684426bdeac'
+ url 'http://luarocks.org/releases/luarocks-2.0.8.tar.gz'
+ md5 '07cf84e352d86fe161f7b2ec43f360cc'
depends_on use_luajit? ? 'luajit' : 'lua'