python3: Update to 3.8.7

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-03-03 13:41:58 +00:00
parent 4c0e047bb5
commit e2cc8e4e9b
2 changed files with 176 additions and 67 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 3.8.2
VER = 3.8.7
THISAPP = Python-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -60,7 +60,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = e9d6ebc92183a177b8e8a58cad5b8d67
$(DL_FILE)_MD5 = 60fe018fffc7f33818e6c340d29e2db9
install : $(TARGET)