aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/couchdb.rb
diff options
context:
space:
mode:
authorGabor Ratky2011-05-06 10:49:27 +0200
committerAdam Vandenberg2011-05-06 11:08:49 -0700
commitf07444a1799f2ba8c28192e87f35f6cb111dda5b (patch)
treefc5be5f122cc705e62664f81cf522099d7593ff4 /Library/Formula/couchdb.rb
parent128eda2b037523716328a4e63e68153120418fd2 (diff)
downloadhomebrew-f07444a1799f2ba8c28192e87f35f6cb111dda5b.tar.bz2
Allow installing CouchDB from SVN trunk
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/couchdb.rb')
-rw-r--r--Library/Formula/couchdb.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb
index c69d49e22..872bbc02d 100644
--- a/Library/Formula/couchdb.rb
+++ b/Library/Formula/couchdb.rb
@@ -5,6 +5,8 @@ class Couchdb < Formula
homepage "http://couchdb.apache.org/"
md5 'cc1cc891ac47dd795b0b9aa2c5375923'
+ head 'http://svn.apache.org/repos/asf/couchdb/trunk'
+
depends_on 'spidermonkey'
depends_on 'icu4c'
depends_on 'erlang'