diff options
| author | Jack Nagel | 2013-09-04 18:36:02 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-04 18:36:13 -0500 |
| commit | f69d5fd29e72c71d34015b5e31ae8c888feee55c (patch) | |
| tree | 01e02b0018c1edc42ec2ea0e9625216dbf448da9 /Library/Formula | |
| parent | 29e5cef4f8f19878ea816f50e36b8acb7f2a5b3f (diff) | |
| download | homebrew-f69d5fd29e72c71d34015b5e31ae8c888feee55c.tar.bz2 | |
erlang: add comment about updates
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/erlang.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index 66547386b..9d7c6b3eb 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -20,6 +20,9 @@ class ErlangHeadHtmls < Formula sha1 '6741e15e0b3e58736987e38fb8803084078ff99f' end +# Major releases of erlang should typically start out as separate formula in +# Homebrew-versions, and only be merged to master when things like couchdb and +# elixir are compatible. class Erlang < Formula homepage 'http://www.erlang.org' # Download tarball from GitHub; it is served faster than the official tarball. |
