CouchDB: remove anticipated devel branch
The --devel branch didn't actually exist, so removing.
This commit is contained in:
parent
c1ed59f0a3
commit
805166de7a
1 changed files with 1 additions and 5 deletions
|
@ -3,13 +3,9 @@ require 'formula'
|
||||||
class Couchdb < Formula
|
class Couchdb < Formula
|
||||||
homepage "http://couchdb.apache.org/"
|
homepage "http://couchdb.apache.org/"
|
||||||
url 'http://www.apache.org/dyn/closer.cgi?path=couchdb/releases/1.2.0/apache-couchdb-1.2.0.tar.gz'
|
url 'http://www.apache.org/dyn/closer.cgi?path=couchdb/releases/1.2.0/apache-couchdb-1.2.0.tar.gz'
|
||||||
head 'http://git-wip-us.apache.org/repos/asf/couchdb.git'
|
|
||||||
md5 'a5cbbcaac288831b3d8a08b725657f10'
|
md5 'a5cbbcaac288831b3d8a08b725657f10'
|
||||||
|
|
||||||
devel do
|
head 'http://git-wip-us.apache.org/repos/asf/couchdb.git'
|
||||||
url 'http://git-wip-us.apache.org/repos/asf/couchdb.git', :tag => '1.3.x'
|
|
||||||
version '1.3.x'
|
|
||||||
end
|
|
||||||
|
|
||||||
depends_on 'help2man' => :build
|
depends_on 'help2man' => :build
|
||||||
depends_on 'spidermonkey'
|
depends_on 'spidermonkey'
|
||||||
|
|
Loading…
Reference in a new issue