Skip to content

Commit

Permalink
krb5: switch to openssl@3
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab committed Jun 10, 2023
1 parent c7666d6 commit 01ba1b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/krb5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Krb5 < Formula
url "https://kerberos.org/dist/krb5/1.21/krb5-1.21.tar.gz"
sha256 "69f8aaff85484832df67a4bbacd99b9259bd95aab8c651fbbe65cdc9620ea93b"
license :cannot_represent
revision 1

livecheck do
url :homepage
Expand All @@ -22,7 +23,7 @@ class Krb5 < Formula

keg_only :provided_by_macos

depends_on "openssl@1.1"
depends_on "openssl@3"

uses_from_macos "bison" => :build
uses_from_macos "libedit"
Expand Down

0 comments on commit 01ba1b2

Please sign in to comment.