yaws: depend on erlang@20
Closes #29200. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
a5f19be6d6
commit
a8e877b588
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class Yaws < Formula
|
|||
homepage "http://yaws.hyber.org"
|
||||
url "http://yaws.hyber.org/download/yaws-2.0.5.tar.gz"
|
||||
sha256 "be82d1b5bcd9d32406244eb4f542e653a2d9d82cf34bc3c61e15d26e84db7601"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -21,7 +22,7 @@ class Yaws < Formula
|
|||
|
||||
option "without-yapp", "Omit yaws applications"
|
||||
|
||||
depends_on "erlang"
|
||||
depends_on "erlang@20"
|
||||
|
||||
# the default config expects these folders to exist
|
||||
skip_clean "var/log/yaws"
|
||||
|
|
Loading…
Reference in a new issue