mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
python: update to 2.7.17
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -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.15
|
||||
VER = 2.7.17
|
||||
|
||||
THISAPP = Python-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = a80ae3cc478460b922242f43a1b4094d
|
||||
$(DL_FILE)_MD5 = b3b6d2c92f42a60667814358ab9f0cfd
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
@@ -24,12 +24,12 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.7.15
|
||||
VER = 2.7.17
|
||||
|
||||
include python
|
||||
|
||||
PROG = python-optional-src
|
||||
PAK_VER = 5
|
||||
PAK_VER = 6
|
||||
DEPS =
|
||||
|
||||
dist:
|
||||
|
||||
Reference in New Issue
Block a user