couchdb: fixes Homebrew/homebrew#2285
This commit is contained in:
parent
b611544c0e
commit
70d004413d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'formula'
|
||||
|
||||
class Couchdb <Formula
|
||||
url 'git://github.com/apache/couchdb.git', :tag => "origin/tags/1.0.1"
|
||||
url 'git://github.com/apache/couchdb.git', :tag => "1.0.1"
|
||||
homepage "http://couchdb.apache.org/"
|
||||
version "1.0.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue