Skip to content

Commit

Permalink
openssl@3: link on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Apr 16, 2023
1 parent b8d8384 commit 460d1f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/openssl@3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class OpensslAT3 < Formula
homepage "https://openssl.org/"
url "https://www.openssl.org/source/openssl-3.1.0.tar.gz"
mirror "https://www.mirrorservice.org/sites/ftp.openssl.org/source/openssl-3.1.0.tar.gz"
mirror "http://www.mirrorservice.org/sites/ftp.openssl.org/source/openssl-3.1.0.tar.gz"
sha256 "aaa925ad9828745c4cad9d9efeb273deca820f2cdcf2c3ac7d7c1212b7c497b4"
license "Apache-2.0"

Expand All @@ -26,20 +27,21 @@ class OpensslAT3 < Formula
depends_on "ca-certificates"

on_linux do
keg_only "it conflicts with the `openssl@1.1` formula"

resource "Test::Harness" do
url "https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.42.tar.gz"
mirror "http://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.42.tar.gz"
sha256 "0fd90d4efea82d6e262e6933759e85d27cbcfa4091b14bf4042ae20bab528e53"
end

resource "Test::More" do
url "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302186.tar.gz"
mirror "http://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302186.tar.gz"
sha256 "2895c8da7c3fe632e5714c7cc548705202cdbf3afcbc0e929bc5e6a5172265d4"
end

resource "ExtUtils::MakeMaker" do
url "https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.62.tar.gz"
mirror "http://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.62.tar.gz"
sha256 "5022ad857fd76bd3f6b16af099fe2324639d9932e08f21e891fb313d9cae1705"
end
end
Expand Down

0 comments on commit 460d1f0

Please sign in to comment.