]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
perl-YAML-Tiny: Update checksum and remove unnecessary fields
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Apr 2022 21:02:04 +0000 (21:02 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 17 Jun 2022 10:20:18 +0000 (10:20 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/perl-YAML-Tiny

index 5e13d2f57caa5f250483ef35815c16e523606e7c..052bcb8ce9f4c59dbe4c9b2b6dccca23e5ff0058 100644 (file)
@@ -24,8 +24,6 @@
 
 include Config
 
-SUMMARY    = Read/Write YAML files with as little code as possible
-
 VER        = 1.73
 
 THISAPP    = YAML-Tiny-$(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 = d1bb2525e4ab46bfab4b22842c467529
+$(DL_FILE)_BLAKE2 = 42e9c5cffa2b9babb0dd1453af69866405fd7273c2b340ceb010d78d8fe28db61268b6bb5ad1840b1aa72819ae048150bf5c416bed1b2e518b28f77b2ba978be
 
 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)