]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python3
OpenVPN: Allow to set routes to IPsec networks
[ipfire-2.x.git] / lfs / python3
index 326acf30997caa6d0bbfd7c4c8dbec53064ad5d0..0fe493ba97d86f2fda76ca87d11a0c5e813a7d25 100644 (file)
 
 include Config
 
-VER        = 3.6.0
+VER        = 3.6.1
 
 THISAPP    = Python-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
+PROG       = python3
+PAK_VER    = 2
+
+DEPS       = ""
 
 ###############################################################################
 # Top-level Rules
@@ -40,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 82b143ebbf4514d7e05876bed7a6b1f5
+$(DL_FILE)_MD5 = 692b4fc3a2ba0d54d1495d4ead5b0b5c
 
 install : $(TARGET)
 
@@ -50,6 +54,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
+dist:
+       @$(PAK)
+
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################