Skip to content

Commit 689aca9

Browse files
authored
Merge pull request Homebrew#183339 from Homebrew/[email protected]
[email protected] 3.0.15
2 parents a408d37 + 1d58d06 commit 689aca9

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

Formula/o/[email protected]

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class OpensslAT30 < 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.0.14/openssl-3.0.14.tar.gz"
5-
sha256 "eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca"
4+
url "https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz"
5+
sha256 "23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,14 +11,13 @@ class OpensslAT30 < Formula
1111
end
1212

1313
bottle do
14-
rebuild 1
15-
sha256 arm64_sonoma: "4b9d08a98550729ea96497e779d9439a665da53b1e4f7254a289057c8385d052"
16-
sha256 arm64_ventura: "1ef02be64e1b21bd37602fda904fd62f4eb19a317e905e4e48c19512b00c6826"
17-
sha256 arm64_monterey: "06b6b04f2341cbfc62da8629b5a4d2387d32874d9f56b57cc94542c42c4b57c0"
18-
sha256 sonoma: "18753268f80af56418e41cdadbf92d90c812bd568a215d29d8ecca5f755bdb69"
19-
sha256 ventura: "07ade2749aa1aaf20456e56fe4122adb520a1bd11218f68f77037486b9159d95"
20-
sha256 monterey: "85aa26b13c64c1ba59666bedabd0a76b91eafc6877f49c7ace3e495dd0f53252"
21-
sha256 x86_64_linux: "8b749cbdf46421dca06c85c7ed018d2013c81d6c8f517dd54db8c3f9e1f6b972"
14+
sha256 arm64_sonoma: "5f48e4f3391e514597cf9959a95daaafc1295ce4df9a26964d3ce0cb705a041f"
15+
sha256 arm64_ventura: "90d988c61932197830a7962e9dfe3997a139689489763ffa55ec54a607b69d0e"
16+
sha256 arm64_monterey: "4491fd5d9e0bd3f27cd45d6b3026f2f1e9f648b1dff73cd41514bdeb55d8bae4"
17+
sha256 sonoma: "49d60e1d467c46db85643ff1ec0fc0d7883698b878f0456467c4e36758ae6197"
18+
sha256 ventura: "2330210545b943f2989ef8b30f712eeca2b2ba6762b6ac6de19f82d6f9c2d41f"
19+
sha256 monterey: "e6815ce49c0657d581fac3ffdabbac99c47ea9903d43f5e812621091b8bd9921"
20+
sha256 x86_64_linux: "88feaacad8c06a6308c1b1bf4d322e812d069b9e7a9808982debf89c5a226e39"
2221
end
2322

2423
keg_only :versioned_formula
@@ -27,15 +26,15 @@ class OpensslAT30 < Formula
2726

2827
on_linux do
2928
resource "Test::Harness" do
30-
url "https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.49_01.tar.gz"
31-
mirror "http://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.49_01.tar.gz"
32-
sha256 "0607cf6c34d6afe9f48b3e33ac75dbf229d99609709a559af4173284c54dfbde"
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"
3332
end
3433

3534
resource "Test::More" do
36-
url "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302199.tar.gz"
37-
mirror "http://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302199.tar.gz"
38-
sha256 "7b4b03cee7f9e928fe10e8a3efef02b2a286f0877979694b2a9ef99250bd8c5c"
35+
url "https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302201.tar.gz"
36+
mirror "http://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302201.tar.gz"
37+
sha256 "956185dc96c1f2942f310a549a2b206cc5dd1487558f4e36d87af7a8aacbc87c"
3938
end
4039

4140
resource "ExtUtils::MakeMaker" do

0 commit comments

Comments
 (0)