aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMatt Lyon2010-04-10 20:59:16 -0700
committerAdam Vandenberg2010-04-10 21:29:08 -0700
commit46a32242d6ea87d06030b64c04388dfc3daf8eb7 (patch)
tree7425f6dce533a466ed599b51cc48f8c2edc08add /Library/Formula
parent5ebe7819f702b82570af2f3d0226f3e702c135f4 (diff)
downloadhomebrew-46a32242d6ea87d06030b64c04388dfc3daf8eb7.tar.bz2
turn couchdb to .11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/couchdb.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb
index b545d24f8..0420d011b 100644
--- a/Library/Formula/couchdb.rb
+++ b/Library/Formula/couchdb.rb
@@ -3,8 +3,8 @@ require 'formula'
class Couchdb <Formula
url 'git://github.com/apache/couchdb.git'
homepage='http://couchdb.apache.org/'
- version "0.10.1"
- @specs = {:tag => "tags/0.10.1"}
+ version "0.11.0"
+ @specs = {:tag => "tags/0.11.0"}
depends_on 'spidermonkey'
depends_on 'icu4c'