aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorYurii Rashkovskii2010-12-26 12:03:48 -0800
committerAdam Vandenberg2010-12-26 13:07:48 -0800
commite02e45acd4fffed945fd43d2efdabb50cac52545 (patch)
tree3d956cc2f90d58769c5d6b4049b9e2f4b35a1fe7 /Library/Formula
parent22843a6fe2469e87a9169ddca580084783814502 (diff)
downloadhomebrew-e02e45acd4fffed945fd43d2efdabb50cac52545.tar.bz2
Erlang has been updated to R14B01
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/erlang.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb
index 97d180f62..5e4cf0077 100644
--- a/Library/Formula/erlang.rb
+++ b/Library/Formula/erlang.rb
@@ -1,19 +1,19 @@
require 'formula'
class ErlangManuals <Formula
- url 'http://erlang.org/download/otp_doc_man_R14B.tar.gz'
- md5 '011530a24fbcc194be9bd01f779325a2'
+ url 'http://erlang.org/download/otp_doc_man_R14B01.tar.gz'
+ md5 '55376d3b1994d083cd21c9d849517c6c'
end
class ErlangHeadManuals <Formula
- url 'http://erlang.org/download/otp_doc_man_R14B.tar.gz'
- md5 '011530a24fbcc194be9bd01f779325a2'
+ url 'http://erlang.org/download/otp_doc_man_R14B01.tar.gz'
+ md5 '55376d3b1994d083cd21c9d849517c6c'
end
class Erlang <Formula
# Download from GitHub. Much faster than official tarball.
- url "git://github.com/erlang/otp.git", :tag => "OTP_R14B"
- version 'R14B'
+ url "git://github.com/erlang/otp.git", :tag => "OTP_R14B01"
+ version 'R14B01'
homepage 'http://www.erlang.org'
head "git://github.com/erlang/otp.git", :branch => "dev"