mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
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:
committed by
Michael Tremer
parent
b125988d3f
commit
8f19090504
@@ -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)
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user