You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/16 17:02:17 UTC

[commons-crypto] branch master updated: Fix Homebrew docs.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 71ebefb  Fix Homebrew docs.
71ebefb is described below

commit 71ebefb2e2f6b98dcffd1692bfe25d992bacb6c2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Aug 16 13:02:04 2020 -0400

    Fix Homebrew docs.
---
 BUILDING.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index da72167..56005b2 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -54,7 +54,7 @@ You can follow your OS distribution instructions to upgrade OpenSSL to a proper
 
 Upgrade OpenSSL in Mac:
 
-  $ brew install homebrew/versions/openssl101
+  $ brew install openssl101
   $ brew link openssl --force
 
 Get OpenSSL headers: sudo apt -y install libssl-dev