From 3511917986f8b1e4152b02271dbc15a12a656d53 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 26 Mar 2013 01:20:31 -0500 Subject: geocouch: use archive URL --- Library/Formula/geocouch.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/geocouch.rb b/Library/Formula/geocouch.rb index 045f7eed0..2cf4abe6a 100644 --- a/Library/Formula/geocouch.rb +++ b/Library/Formula/geocouch.rb @@ -2,11 +2,12 @@ require 'formula' class Geocouch < Formula homepage 'https://github.com/couchbase/geocouch' - head 'https://github.com/couchbase/geocouch.git', :tag => 'couchdb1.2.x' - url 'https://github.com/couchbase/geocouch/tarball/couchdb1.2.x_v0.3.0' - sha1 '413d1d3762850e72d6b3589417317894a2d14508' + url 'https://github.com/couchbase/geocouch/archive/couchdb1.2.x_v0.3.0.tar.gz' + sha1 'e829daa4fa21ee9b5a5ca9bd8a9bf7da28a43722' version '1.2.0' + head 'https://github.com/couchbase/geocouch.git', :tag => 'couchdb1.2.x' + devel do url 'https://github.com/couchbase/geocouch.git', :tag => 'master' version '1.3.x' -- cgit v1.2.3