Skip to content

Commit

Permalink
Bump macOS build dependency
Browse files Browse the repository at this point in the history
* Python 3.7.3 to 3.7.4

Signed-off-by: Christopher Crone <[email protected]>
  • Loading branch information
chris-crone committed Jul 10, 2019
1 parent 7258edb commit b0e7d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/setup/osx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ OPENSSL_VERSION=1.1.1c
OPENSSL_URL=https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
OPENSSL_SHA1=71b830a077276cbeccc994369538617a21bee808

PYTHON_VERSION=3.7.3
PYTHON_VERSION=3.7.4
PYTHON_URL=https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz
PYTHON_SHA1=77fd17e15ef06a7f6c5c0eab2909dc4bd81678d6
PYTHON_SHA1=fb1d764be8a9dcd40f2f152a610a0ab04e0d0ed3

#
# Install prerequisites.
Expand Down

0 comments on commit b0e7d80

Please sign in to comment.