diff options
| author | Ze Jin | 2014-06-11 13:46:17 +0800 | 
|---|---|---|
| committer | Mike McQuaid | 2014-06-16 10:11:06 +0100 | 
| commit | 5e5ea81470fcefadf4a20f1f908fa4af005189e0 (patch) | |
| tree | 9b8028626464d400491e55d25a1b136cf2a6c455 | |
| parent | b358e85882ee029e0a7c202ffc0c912d80a78ebc (diff) | |
| download | homebrew-5e5ea81470fcefadf4a20f1f908fa4af005189e0.tar.bz2 | |
couchdb 1.6.0
| -rw-r--r-- | Library/Formula/couchdb.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb index bf496b6ff..9eae8aabd 100644 --- a/Library/Formula/couchdb.rb +++ b/Library/Formula/couchdb.rb @@ -2,8 +2,8 @@ require 'formula'  class Couchdb < Formula    homepage "http://couchdb.apache.org/" -  url 'http://www.apache.org/dyn/closer.cgi?path=/couchdb/source/1.5.1/apache-couchdb-1.5.1.tar.gz' -  sha1 '5340c79f8f9e11742b723f92e2251d4d59b8247c' +  url 'http://www.apache.org/dyn/closer.cgi?path=/couchdb/source/1.6.0/apache-couchdb-1.6.0.tar.gz' +  sha1 '62f99077c201ad632c1cd144fcaf6f10fa5949ed'    bottle do      sha1 "98757863115f93f5548103b02f6b9d4bcef9777a" => :mavericks  | 
