Skip to content

Commit c94be3c

Browse files
committed
Update patch for Python 3.8.1.
1 parent b619c91 commit c94be3c

File tree

3 files changed

+54
-67
lines changed

3 files changed

+54
-67
lines changed

Makefile

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

28-
BUILD_NUMBER=1
28+
BUILD_NUMBER=2
2929

3030
MACOSX_DEPLOYMENT_TARGET=10.8
3131

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

3636
OPENSSL_VERSION_NUMBER=1.1.1

0 commit comments

Comments
 (0)