diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/erlang.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index 02a984aa6..e848c430f 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -23,8 +23,8 @@ end class Erlang < Formula homepage 'http://www.erlang.org' # Download tarball from GitHub; it is served faster than the official tarball. - url 'https://github.com/erlang/otp/tarball/OTP_R15B03-1' - sha1 '5ba866722de79956b06966c232490d32bb7ba0a6' + url 'https://github.com/erlang/otp/archive/OTP_R15B03-1.tar.gz' + sha1 '7843070f5d325f95ef13022fc416b22b6b14120d' head 'https://github.com/erlang/otp.git', :branch => 'dev' |
