diff options
| author | Mat Gadd | 2014-05-12 11:44:29 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-05-12 07:09:26 -0700 | 
| commit | a4e9e78d5a1c6b43c70a0f55c6bf815a18cccce7 (patch) | |
| tree | 3f122bfdb5275235727bee7d21732f7dd8a77102 | |
| parent | 2fad171f5fc2f7a29149f77f487d720523217339 (diff) | |
| download | homebrew-a4e9e78d5a1c6b43c70a0f55c6bf815a18cccce7.tar.bz2 | |
couchdb 1.5.1
Closes #29173.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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 aff6d7fb5..080f1c185 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.0/apache-couchdb-1.5.0.tar.gz' -  sha1 '283e4bbd4f1727bb334a67d2f988a7d412523bef' +  url 'http://www.apache.org/dyn/closer.cgi?path=/couchdb/source/1.5.1/apache-couchdb-1.5.1.tar.gz' +  sha1 '5340c79f8f9e11742b723f92e2251d4d59b8247c'    head do      url 'http://git-wip-us.apache.org/repos/asf/couchdb.git' | 
