aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAntoine BERNIER2013-06-22 11:58:29 +0300
committerJack Nagel2013-06-22 12:29:17 -0500
commit468a7efec0c03a17284c1d91fe6308091ffba037 (patch)
tree038ad08ffe3a97bd01c39fe9625680858f11a511 /Library/Formula
parent7ce9b8527aaac5733665a606641f42842524b44c (diff)
downloadhomebrew-468a7efec0c03a17284c1d91fe6308091ffba037.tar.bz2
geocouch 1.3.x
Closes #20683. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/geocouch.rb16
1 files changed, 8 insertions, 8 deletions
diff --git a/Library/Formula/geocouch.rb b/Library/Formula/geocouch.rb
index 2cf4abe6a..b594eab80 100644
--- a/Library/Formula/geocouch.rb
+++ b/Library/Formula/geocouch.rb
@@ -2,15 +2,15 @@ require 'formula'
class Geocouch < Formula
homepage 'https://github.com/couchbase/geocouch'
- url 'https://github.com/couchbase/geocouch/archive/couchdb1.2.x_v0.3.0.tar.gz'
- sha1 'e829daa4fa21ee9b5a5ca9bd8a9bf7da28a43722'
- version '1.2.0'
+ url 'https://github.com/couchbase/geocouch/archive/couchdb1.3.x.tar.gz'
+ sha1 '73f5586c06cdec2fb6c5ab88da1ff99ef76beeb7'
+ version '1.3.0'
- head 'https://github.com/couchbase/geocouch.git', :tag => 'couchdb1.2.x'
+ head 'https://github.com/couchbase/geocouch.git', :tag => 'couchdb1.3.x'
devel do
url 'https://github.com/couchbase/geocouch.git', :tag => 'master'
- version '1.3.x'
+ version '1.4.x'
end
def couchdb_share
@@ -25,10 +25,10 @@ class Geocouch < Formula
depends_on 'couchdb'
# GeoCouch currently supports couch_version(s) 1.1.x and 1.2.x (other
- # versions at your own risk). This formula supports GeoCouch 1.2.0 on top
- # of Apache couchdb 1.2.0.
+ # versions at your own risk). This formula supports GeoCouch 1.3.0 on top
+ # of Apache couchdb 1.3.0.
def install
- # Grab couchdb 1.2.x.
+ # Grab couchdb 1.3.x.
couchdb_dir = buildpath/'couchdb-src'
couchdb = Formula.factory 'couchdb'
couchdb.brew { couchdb_dir.install Dir['*'] }