]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/python3
fireinfo: Update to 2.2.0
[people/pmueller/ipfire-2.x.git] / lfs / python3
index 8df18493319fe2af7bac924f17a8f5ae0f9d0a33..673c77654049643c32ce6be8ed45f00e73b5d65e 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.8.1
+VER        = 3.8.7
 
 THISAPP    = Python-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -33,7 +33,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3
 
-DEPS       = ""
+DEPS       =
 
 # Normal build or $(TOOLS_DIR) build.
 #
@@ -60,7 +60,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = b3fb85fd479c0bf950c626ef80cacb57
+$(DL_FILE)_MD5 = 60fe018fffc7f33818e6c340d29e2db9
 
 install : $(TARGET)