aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-26 01:20:31 -0500
committerJack Nagel2013-03-26 01:20:31 -0500
commit3511917986f8b1e4152b02271dbc15a12a656d53 (patch)
treeb7976d0a171de927c031570a25abfbbcc409e404 /Library/Formula
parent2b061552591fbd48d3ff95a65697f346044c005f (diff)
downloadhomebrew-3511917986f8b1e4152b02271dbc15a12a656d53.tar.bz2
geocouch: use archive URL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/geocouch.rb7
1 files changed, 4 insertions, 3 deletions
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'