diff options
Diffstat (limited to 'Library/Formula/metalua.rb')
| -rw-r--r-- | Library/Formula/metalua.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/metalua.rb b/Library/Formula/metalua.rb index 3c91ed5f9..0d5e52872 100644 --- a/Library/Formula/metalua.rb +++ b/Library/Formula/metalua.rb @@ -5,10 +5,11 @@ class Metalua < Formula url 'https://github.com/fab13n/metalua/archive/0.5-rc2.tar.gz' version '0.5-rc2' sha1 'ee28c801e9673cc11d1cecd0a9fda87e7d21fd6d' + revision 1 head 'https://github.com/fab13n/metalua.git' - depends_on 'lua' + depends_on 'lua51' def install cd "src" do |
