Skip to content

Commit 36a1ea0

Browse files
cho-mBrewTestBot
authored andcommitted
dura: use openssl@3
Closes Homebrew#113572. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
1 parent e324441 commit 36a1ea0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Formula/dura.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Dura < Formula
1515
end
1616

1717
depends_on "rust" => :build
18-
depends_on "openssl@1.1"
18+
depends_on "openssl@3"
1919

2020
uses_from_macos "zlib"
2121

@@ -37,6 +37,8 @@ def install
3737

3838
test do
3939
system "git", "init"
40+
system "git", "config", "user.name", "BrewTestBot"
41+
system "git", "config", "user.email", "BrewTestBot@test.com"
4042
touch "foo"
4143
system "git", "add", "foo"
4244
system "git", "commit", "-m", "bar"

0 commit comments

Comments
 (0)