This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Step 0: Cleanup any brew installations to clear things up | |
| brew cleanup | |
| Step 1: Install this dependency you'll need later on | |
| brew install makedepend | |
| Step 2: download openssl@1.0.rb file and save it your User folder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Extraced from pre- https://github.com/Homebrew/homebrew-core/pull/46876 | |
| class OpensslAT10 < Formula | |
| desc "SSL/TLS cryptography library" | |
| homepage "https://openssl.org/" | |
| url "https://www.openssl.org/source/openssl-1.0.2u.tar.gz" | |
| mirror "https://www.mirrorservice.org/sites/ftp.openssl.org/source/openssl-1.0.2u.tar.gz" | |
| sha256 "ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" | |
| depends_on "makedepend" | |