diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rebar.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/rebar.rb b/Library/Formula/rebar.rb index 3377678d7..66eb63af6 100644 --- a/Library/Formula/rebar.rb +++ b/Library/Formula/rebar.rb @@ -5,6 +5,8 @@ class Rebar < Formula url 'https://github.com/rebar/rebar/archive/2.0.0.zip' sha1 '4775839097324107c730e094e42ce87b456b655c' + head "https://github.com/basho/rebar.git", :branch => "master" + depends_on 'erlang' def install |
