monit: use libxcrypt on Linux

master
owine 2022-05-17 09:23:43 -05:00 committed by BrewTestBot
parent 257bdea39e
commit ae7113b24e
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ class Monit < Formula
url "https://mmonit.com/monit/dist/monit-5.32.0.tar.gz"
sha256 "1077052d4c4e848ac47d14f9b37754d46419aecbe8c9a07e1f869c914faf3216"
license "AGPL-3.0-or-later"
revision 1
livecheck do
url "https://mmonit.com/monit/dist/"
@ -21,6 +22,8 @@ class Monit < Formula
depends_on "openssl@1.1"
uses_from_macos "libxcrypt"
on_linux do
depends_on "linux-pam"
end