mirror of https://github.com/docker/compose.git
Bump macOS dependencies
- Python 3.7.5 - OpenSSL 1.1.1d Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
d1ef7c41aa
commit
a92a8eb508
|
@ -13,13 +13,13 @@ if ! [ ${DEPLOYMENT_TARGET} == "$(macos_version)" ]; then
|
|||
SDK_SHA1=dd228a335194e3392f1904ce49aff1b1da26ca62
|
||||
fi
|
||||
|
||||
OPENSSL_VERSION=1.1.1c
|
||||
OPENSSL_VERSION=1.1.1d
|
||||
OPENSSL_URL=https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
|
||||
OPENSSL_SHA1=71b830a077276cbeccc994369538617a21bee808
|
||||
OPENSSL_SHA1=056057782325134b76d1931c48f2c7e6595d7ef4
|
||||
|
||||
PYTHON_VERSION=3.7.4
|
||||
PYTHON_VERSION=3.7.5
|
||||
PYTHON_URL=https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz
|
||||
PYTHON_SHA1=fb1d764be8a9dcd40f2f152a610a0ab04e0d0ed3
|
||||
PYTHON_SHA1=8b0311d4cca19f0ea9181731189fa33c9f5aedf9
|
||||
|
||||
#
|
||||
# Install prerequisites.
|
||||
|
|
Loading…
Reference in New Issue