aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlie Sharpsteen2012-01-28 20:49:09 -0800
committerCharlie Sharpsteen2012-01-28 20:49:09 -0800
commit12b8d7772da750447096937f09888fc22c068cdb (patch)
tree17a29aaa6b57b185bbf3c9799fa3a870647271c5
parent84e8e312c4517ef0854f48f4700e740dd90c2605 (diff)
downloadhomebrew-12b8d7772da750447096937f09888fc22c068cdb.tar.bz2
Erlang: Fix bottle URL
Was missing the "B" in R15B. Derp.
-rw-r--r--Library/Formula/erlang.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb
index c95f2dce7..3a56c2356 100644
--- a/Library/Formula/erlang.rb
+++ b/Library/Formula/erlang.rb
@@ -30,7 +30,7 @@ class Erlang < Formula
# 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'
+ url 'https://downloads.sf.net/project/machomebrew/Bottles/erlang-R15B-bottle.tar.gz'
sha1 '4c81febc679dc9e9c27e66317fc317df9a5a40e7'
end