turn couchdb to .11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
2cd9b1475e
commit
862977c414
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue