Skip to content
This repository was archived by the owner on Dec 20, 2020. It is now read-only.

Commit aa8ee42

Browse files
committed
Update README.md
1 parent b7c50c6 commit aa8ee42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ macOS python 3.4.4 & 3.5.4 official installers are using Apple provided OpenSSL
88

99
What is the patch ?
1010
-------------------
11-
The patch provides OpenSSL 1.0.2q and an _ssl module rebuilt using this updated OpenSSL
11+
The patch provides OpenSSL 1.0.2r and an _ssl module rebuilt using this updated OpenSSL
1212

1313
How to install the patch ?
1414
--------------------------
1515
For Python 3.4.4:
1616
```
17-
curl -fsSLO https://github.com/mayeut/patch-macos-python-openssl/releases/download/v1.0.2q/patch-macos-python-3.4-openssl-v1.0.2q.tar.gz
18-
sudo tar -C /Library/Frameworks/Python.framework/Versions/3.4/ -xmf patch-macos-python-3.4-openssl-v1.0.2q.tar.gz
17+
curl -fsSLO https://github.com/mayeut/patch-macos-python-openssl/releases/download/v1.0.2r/patch-macos-python-3.4-openssl-v1.0.2r.tar.gz
18+
sudo tar -C /Library/Frameworks/Python.framework/Versions/3.4/ -xmf patch-macos-python-3.4-openssl-v1.0.2r.tar.gz
1919
```
2020
For Python 3.5.4:
2121
```
22-
curl -fsSLO https://github.com/mayeut/patch-macos-python-openssl/releases/download/v1.0.2q/patch-macos-python-3.5-openssl-v1.0.2q.tar.gz
23-
sudo tar -C /Library/Frameworks/Python.framework/Versions/3.5/ -xmf patch-macos-python-3.5-openssl-v1.0.2q.tar.gz
22+
curl -fsSLO https://github.com/mayeut/patch-macos-python-openssl/releases/download/v1.0.2r/patch-macos-python-3.5-openssl-v1.0.2r.tar.gz
23+
sudo tar -C /Library/Frameworks/Python.framework/Versions/3.5/ -xmf patch-macos-python-3.5-openssl-v1.0.2r.tar.gz
2424
```
2525

2626
[badge-build]: https://travis-ci.org/mayeut/patch-macos-python-openssl.svg?branch=master "Build Status"

0 commit comments

Comments
 (0)