Skip to content

Commit 4400e77

Browse files
bayandinBo98
authored andcommitted
couchdb: revision bump for erlang@22
1 parent 0d53432 commit 4400e77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Formula/couchdb.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class Couchdb < Formula
44
url "https://www.apache.org/dyn/closer.lua?path=couchdb/source/3.1.0/apache-couchdb-3.1.0.tar.gz"
55
mirror "https://archive.apache.org/dist/couchdb/source/3.1.0/apache-couchdb-3.1.0.tar.gz"
66
sha256 "4867c796a1ff6f0794b7bd3863089ea6397bd5c47544f9b97db8cdacff90f8ed"
7+
revision 1
78

89
bottle do
910
cellar :any
@@ -15,13 +16,15 @@ class Couchdb < Formula
1516
depends_on "autoconf" => :build
1617
depends_on "autoconf-archive" => :build
1718
depends_on "automake" => :build
18-
depends_on "erlang" => :build
19+
depends_on "erlang@22" => :build
1920
depends_on "libtool" => :build
2021
depends_on "pkg-config" => :build
2122
depends_on "icu4c"
2223
depends_on "openssl@1.1"
2324
depends_on "spidermonkey"
2425

26+
conflicts_with "ejabberd", :because => "both install `jiffy` lib"
27+
2528
def install
2629
system "./configure"
2730
system "make", "release"

0 commit comments

Comments
 (0)