diff --git a/lfs/perl-YAML-Tiny b/lfs/perl-YAML-Tiny index 5e13d2f57..052bcb8ce 100644 --- a/lfs/perl-YAML-Tiny +++ b/lfs/perl-YAML-Tiny @@ -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)