Skip to content

Commit 929712b

Browse files
cho-mBrewTestBot
authored andcommitted
asuka: use openssl@3
Closes Homebrew#113548. Signed-off-by: Carlo Cabrera <[email protected]> Signed-off-by: BrewTestBot <[email protected]>
1 parent 8736d32 commit 929712b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/asuka.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Asuka < Formula
2525

2626
on_linux do
2727
depends_on "pkg-config" => :build
28-
depends_on "openssl@1.1"
28+
depends_on "openssl@3"
2929
end
3030

3131
def install

0 commit comments

Comments
 (0)