Skip to content

Commit a703bde

Browse files
committed
Update patch for Python 3.6.10.
1 parent cc519c7 commit a703bde

File tree

3 files changed

+15488
-7
lines changed

3 files changed

+15488
-7
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
# Current director
2626
PROJECT_DIR=$(shell pwd)
2727

28-
BUILD_NUMBER=8
28+
BUILD_NUMBER=9
2929

3030
MACOSX_DEPLOYMENT_TARGET=10.8
3131

3232
# Version of packages that will be compiled by this meta-package
33-
PYTHON_VERSION=3.6.9
33+
PYTHON_VERSION=3.6.10
3434
PYTHON_VER=$(basename $(PYTHON_VERSION))
3535

3636
OPENSSL_VERSION_NUMBER=1.0.2
37-
OPENSSL_REVISION=t
37+
OPENSSL_REVISION=u
3838
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)
3939

4040
BZIP2_VERSION=1.0.8

0 commit comments

Comments
 (0)