From 29323dac167fbaa72b2a942f7244f0cbda09350c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 19 Mar 2013 14:12:02 -0500 Subject: erlang: use archive URL --- Library/Formula/erlang.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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' -- cgit v1.2.3