aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-19 14:12:02 -0500
committerJack Nagel2013-03-19 14:12:02 -0500
commit29323dac167fbaa72b2a942f7244f0cbda09350c (patch)
tree4e14248a58b51d5e16f7c66d76e3565eb5417269 /Library/Formula
parentd25b419e1f116d729dad4061bcaa480fc2af5e7b (diff)
downloadhomebrew-29323dac167fbaa72b2a942f7244f0cbda09350c.tar.bz2
erlang: use archive URL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/erlang.rb4
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'