diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/geocouch.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/geocouch.rb b/Library/Formula/geocouch.rb index 0a7062661..0ee753174 100644 --- a/Library/Formula/geocouch.rb +++ b/Library/Formula/geocouch.rb @@ -3,8 +3,9 @@ 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/zipball/couchdb1.2.x' - sha1 'ec9d912f39710b69115b6d0dae6277e387215377' + url 'https://github.com/couchbase/geocouch/tarball/couchdb1.2.x_v0.3.0' + sha1 'f8e9ba7b330550bd09531f70eb2d16c88e95f4d7' + version '1.2.0' devel do url 'https://github.com/couchbase/geocouch.git', :tag => 'master' |
