python: update to 2.7.18

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2020-09-12 23:46:34 +02:00
committed by Michael Tremer
parent b125988d3f
commit 8f19090504
6 changed files with 16 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ include Config
# If you update this make sure that you also change the VER and PAK_VER of
# python-optional-src !
VER = 2.7.17
VER = 2.7.18
THISAPP = Python-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = b3b6d2c92f42a60667814358ab9f0cfd
$(DL_FILE)_MD5 = fd6cc8ec0a78c44036f825e739f36e5a
install : $(TARGET)

View File

@@ -24,12 +24,12 @@
include Config
VER = 2.7.17
VER = 2.7.18
include python
PROG = python-optional-src
PAK_VER = 6
PAK_VER = 7
DEPS =
dist: