]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
perl-Module-ScanDeps: Update checksum and remove unnecessary fields
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Apr 2022 20:59:10 +0000 (20:59 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 16 May 2022 13:56:23 +0000 (13:56 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/perl-Module-ScanDeps

index 07bd7b5b3755fde171337db25a52b318751c4633..19c36c6897fe127e76693997eddf65e4ab2ea0ec 100644 (file)
@@ -24,8 +24,6 @@
 
 include Config
 
-SUMMARY    = Recursively scan Perl code for dependencies
-
 VER        = 1.31
 
 THISAPP    = Module-ScanDeps-$(VER)
@@ -33,11 +31,6 @@ DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PAK_VER    = 1
-
-DEPS       = ""
-
-SERVICES   = ""
 
 ###############################################################################
 # Top-level Rules
@@ -47,15 +40,14 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 20be5584eba22c5d05f679fab62e93ba
-
+$(DL_FILE)_BLAKE2 = 61d7438359d035d847fefdfa1427b4e444935c8207d41b7e4994a3704fb4c6fb48d7fac169214abed3d71212fd372f478b01cb91d8876c0fdb68962c791101ba
 install : $(TARGET)
 
 check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
 dist:.
        $(PAK)