]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
perl-File-Remove: Update checksum and drop unnecessary fields
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Apr 2022 20:48:39 +0000 (20:48 +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-File-Remove

index 4b9bb095f9c5dacfa16cb28fe280c83735a9e9cb..88a5673498929c344a4b13ceae979a2ed72f9ed0 100644 (file)
@@ -24,8 +24,6 @@
 
 include Config
 
-SUMMARY    = Remove files and directories
-
 VER        = 1.60
 
 THISAPP    = File-Remove-$(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,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 34f46f9a07b2ad6fc80061d266f387b5
+$(DL_FILE)_BLAKE2 = ffb98155d757bae6ec0d4f56dabdb78749fc968845e284797d0f0611fe9068722a007c7e0e890179720745d1451c926575949f36642dceef7071468a2863c7c6
 
 install : $(TARGET)
 
@@ -55,7 +48,7 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
 dist:.
        $(PAK)