]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/Digest-SHA1
fireinfo: Update to 2.2.0
[people/pmueller/ipfire-2.x.git] / lfs / Digest-SHA1
index 302964eb610f37ace15170a89ea469a7350de506..085fd2e6da044c96fc986235490118a446f35b77 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# 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.10
+VER        = 2.13
 
 THISAPP    = Digest-SHA1-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 4497a499b7c28ddd540a8caab412c6d7
+$(DL_FILE)_MD5 = bd22388f268434f2b24f64e28bf1aa35
 
 install : $(TARGET)
 
@@ -72,7 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL
        cd $(DIR_APP) && yes 'n' | perl Makefile.PL
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)