aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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'