turn couchdb to .11

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Matt Lyon 2010-04-10 20:59:16 -07:00 committed by Adam Vandenberg
parent 2cd9b1475e
commit 862977c414
1 changed files with 2 additions and 2 deletions

View File

@ -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'