Skip to content

Commit cb5bef6

Browse files
authored
Merge pull request #350 from Homebrew/bump-portable-openssl-3.5.3
2 parents 2e405e5 + 68e4154 commit cb5bef6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/portable-openssl.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
class PortableOpenssl < PortableFormula
44
desc "Cryptography and SSL/TLS Toolkit"
55
homepage "https://openssl.org/"
6-
url "https://github.com/openssl/openssl/releases/download/openssl-3.5.2/openssl-3.5.2.tar.gz"
7-
mirror "https://www.openssl.org/source/openssl-3.5.2.tar.gz"
8-
mirror "http://fresh-center.net/linux/misc/openssl-3.5.2.tar.gz"
9-
sha256 "c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec"
6+
url "https://github.com/openssl/openssl/releases/download/openssl-3.5.3/openssl-3.5.3.tar.gz"
7+
mirror "https://www.openssl.org/source/openssl-3.5.3.tar.gz"
8+
mirror "http://fresh-center.net/linux/misc/openssl-3.5.3.tar.gz"
9+
sha256 "c9489d2abcf943cdc8329a57092331c598a402938054dc3a22218aea8a8ec3bf"
1010
license "Apache-2.0"
1111

1212
livecheck do

0 commit comments

Comments
 (0)