File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ class Couchdb < Formula
4
4
url "https://www.apache.org/dyn/closer.lua?path=couchdb/source/3.1.0/apache-couchdb-3.1.0.tar.gz"
5
5
mirror "https://archive.apache.org/dist/couchdb/source/3.1.0/apache-couchdb-3.1.0.tar.gz"
6
6
sha256 "4867c796a1ff6f0794b7bd3863089ea6397bd5c47544f9b97db8cdacff90f8ed"
7
+ revision 1
7
8
8
9
bottle do
9
10
cellar :any
@@ -15,13 +16,15 @@ class Couchdb < Formula
15
16
depends_on "autoconf" => :build
16
17
depends_on "autoconf-archive" => :build
17
18
depends_on "automake" => :build
18
- depends_on "erlang" => :build
19
+ depends_on "erlang@22 " => :build
19
20
depends_on "libtool" => :build
20
21
depends_on "pkg-config" => :build
21
22
depends_on "icu4c"
22
23
depends_on "openssl@1.1"
23
24
depends_on "spidermonkey"
24
25
26
+ conflicts_with "ejabberd" , :because => "both install `jiffy` lib"
27
+
25
28
def install
26
29
system "./configure"
27
30
system "make" , "release"
You can’t perform that action at this time.
0 commit comments