aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/couchdb.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb
index dcb7d09e6..1393f9926 100644
--- a/Library/Formula/couchdb.rb
+++ b/Library/Formula/couchdb.rb
@@ -1,9 +1,9 @@
require 'formula'
class Couchdb <Formula
- url 'https://github.com/apache/couchdb/tarball/1.0.1'
+ url 'https://github.com/apache/couchdb/tarball/1.0.2'
homepage "http://couchdb.apache.org/"
- md5 'f2ea23caacff482afe44e29a3f8b7685'
+ md5 'cc1cc891ac47dd795b0b9aa2c5375923'
depends_on 'spidermonkey'
depends_on 'icu4c'
@@ -40,4 +40,4 @@ class Couchdb <Formula
couchdb
EOS
end
-end \ No newline at end of file
+end