Skip to content

Commit e9bda84

Browse files
BrewTestBotchenrui333
authored andcommitted
openssl@3 3.5.1
openssl@3: update deps Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 1211602 commit e9bda84

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Formula/o/openssl@3.rb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class OpensslAT3 < Formula
22
desc "Cryptography and SSL/TLS Toolkit"
33
homepage "https://openssl-library.org"
4-
url "https://github.com/openssl/openssl/releases/download/openssl-3.5.0/openssl-3.5.0.tar.gz"
5-
mirror "http://fresh-center.net/linux/misc/openssl-3.5.0.tar.gz"
6-
sha256 "344d0a79f1a9b08029b0744e2cc401a43f9c90acd1044d09a530b4885a8e9fc0"
4+
url "https://github.com/openssl/openssl/releases/download/openssl-3.5.1/openssl-3.5.1.tar.gz"
5+
mirror "http://fresh-center.net/linux/misc/openssl-3.5.1.tar.gz"
6+
sha256 "529043b15cffa5f36077a4d0af83f3de399807181d607441d734196d889b641f"
77
license "Apache-2.0"
88

99
livecheck do
@@ -26,21 +26,21 @@ class OpensslAT3 < Formula
2626

2727
on_linux do
2828
resource "Test::Harness" do
29-
url "https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.50.tar.gz"
30-
mirror "http://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.50.tar.gz"
31-
sha256 "79b6acdc444f1924cd4c2e9ed868bdc6e09580021aca8ff078ede2ffef8a6f54"
29+
url "https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.52.tar.gz"
30+
mirror "http://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.52.tar.gz"
31+
sha256 "8fe65cfc0261ed3c8a4395f0524286f5719669fe305f9b03b16cf3684d62cd70"
3232
end
3333

3434
resource "Test::More" do
35-
url "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302210.tar.gz"
36-
mirror "http://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302210.tar.gz"
37-
sha256 "acb9ca8d582b8c0bbe53c6d9b3264f1cf66eaa7135f41f979747104183aea509"
35+
url "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302214.tar.gz"
36+
mirror "http://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302214.tar.gz"
37+
sha256 "6077ecc35f37b11b3b75df2d0ba1b9ca541f1dc24b2be8e15b6e91f78e2e03fc"
3838
end
3939

4040
resource "ExtUtils::MakeMaker" do
41-
url "https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.74.tar.gz"
42-
mirror "http://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.74.tar.gz"
43-
sha256 "8ad2be00713b49dcfd386286e0a64ff9297b771a485f2425fbc144794f5a3e8c"
41+
url "https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.76.tar.gz"
42+
mirror "http://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.76.tar.gz"
43+
sha256 "30bcfd75fec4d512e9081c792f7cb590009d9de2fe285ffa8eec1be35a5ae7ca"
4444
end
4545
end
4646

0 commit comments

Comments
 (0)