]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python3-dateutil
Merge remote-tracking branch 'origin/next'
[ipfire-2.x.git] / lfs / python3-dateutil
index 3ac80b60d9433ce4c3b24d0e8ae65e508a36fe75..1d70ac1c262f5bf9d31c3cc5b99a57189291837e 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        = 2.7.3
+VER        = 2.8.1
 
 THISAPP    = python-dateutil-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-dateutil
-PAK_VER    = 2
+PAK_VER    = 3
 
 DEPS       = python3-six
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 175b7c1a3cc0cb01151eced07c61c0b8
+$(DL_FILE)_MD5 = f2a1d4b680b297b367a974664ca3a4f6
 
 install : $(TARGET)