Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 48b7a26

Browse files
committed
portable-openssl 1.0.2o
1 parent 1a7e10a commit 48b7a26

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Formula/portable-openssl.rb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
class PortableOpenssl < PortableFormula
44
desc "Portable OpenSSL"
55
homepage "https://openssl.org/"
6-
url "https://www.openssl.org/source/openssl-1.0.2l.tar.gz"
7-
mirror "https://dl.bintray.com/homebrew/mirror/openssl-1.0.2l.tar.gz"
8-
sha256 "ce07195b659e75f4e1db43552860070061f156a98bb37b672b101ba6e3ddf30c"
6+
url "https://www.openssl.org/source/openssl-1.0.2o.tar.gz"
7+
mirror "https://dl.bintray.com/homebrew/mirror/openssl-1.0.2o.tar.gz"
8+
mirror "https://www.mirrorservice.org/sites/ftp.openssl.org/source/openssl-1.0.2o.tar.gz"
9+
mirror "http://artfiles.org/openssl.org/source/openssl-1.0.2o.tar.gz"
10+
sha256 "ec3f5c9714ba0fd45cb4e087301eb1336c317e0d20b575a125050470e8089e4d"
911

1012
depends_on "makedepend" => :build
1113
depends_on "portable-zlib" => :build if OS.linux?

0 commit comments

Comments
 (0)