diff options
Diffstat (limited to 'Library/Formula/erlang.rb')
| -rw-r--r-- | Library/Formula/erlang.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index 8aeb55ed3..465b0c604 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -8,6 +8,7 @@ class Erlang < Formula    # Download tarball from GitHub; it is served faster than the official tarball.    url "https://github.com/erlang/otp/archive/OTP-17.1.tar.gz"    sha1 "f983a14152948a23418133155b5f9ba070544292" +  revision 1    head 'https://github.com/erlang/otp.git', :branch => 'master' | 
