aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorCaleb Land2010-07-14 12:00:34 -0400
committerAdam Vandenberg2010-07-14 09:12:46 -0700
commit23ed65f7531546a66d0c8f608b32b54b9f45fc99 (patch)
tree849d0ac2faa99d7a09e1290ef1037d772f3f553e /Library
parent2d0330956756dd6a164ff45aa758b27d03551ddf (diff)
downloadhomebrew-23ed65f7531546a66d0c8f608b32b54b9f45fc99.tar.bz2
update couchdb to 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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'