aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorCharlie Sharpsteen2012-01-28 18:21:26 -0800
committerCharlie Sharpsteen2012-01-28 18:22:04 -0800
commita4f3dd71e7ab8a3575628e23f789d683a33056ae (patch)
tree34bc7b06ae235b224f023756fec9af441dfdbc54 /Library
parent43c03f333e20a452ccea8bb994d52aa7fa27ce2c (diff)
downloadhomebrew-a4f3dd71e7ab8a3575628e23f789d683a33056ae.tar.bz2
Erlang: Update bottle to R15B
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/erlang.rb7
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb
index 5725f38b6..4629da986 100644
--- a/Library/Formula/erlang.rb
+++ b/Library/Formula/erlang.rb
@@ -28,8 +28,11 @@ class Erlang < Formula
version 'R15B'
bottle do
- url 'https://downloads.sf.net/project/machomebrew/Bottles/erlang-R14B04-bottle.tar.gz'
- sha1 '0cbd2ebd59491a473b38833970ba0cfb78549594'
+ # Bottle built on OS X 10.7.2 using Xcode 4.1 using:
+ #
+ # brew install erlang --build-bottle --use-gcc
+ url 'https://downloads.sf.net/project/machomebrew/Bottles/erlang-R15-bottle.tar.gz'
+ sha1 '4c81febc679dc9e9c27e66317fc317df9a5a40e7'
end
head 'https://github.com/erlang/otp.git', :branch => 'dev'