Update python3 to 3.6.1

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Jonatan Schlag
2017-04-15 15:48:54 +02:00
committed by Michael Tremer
parent 6db4671211
commit ae3b38d473
4 changed files with 42 additions and 18 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 3.6.0
VER = 3.6.1
THISAPP = Python-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = python3
PAK_VER = 1
PAK_VER = 2
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 82b143ebbf4514d7e05876bed7a6b1f5
$(DL_FILE)_MD5 = 692b4fc3a2ba0d54d1495d4ead5b0b5c
install : $(TARGET)