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 36652be50..8ab7c84cd 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.11.0"
- @specs = {:tag => "origin/tags/0.11.0"}
+ version "1.0.0"
+ @specs = {:tag => "origin/tags/1.0.0"}
depends_on 'spidermonkey'
depends_on 'icu4c'