From 89bdc5563cc6f829add64b62231349be2912c5ef Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 14 Apr 2022 20:53:31 +0000 Subject: [PATCH] perl-MIME-Base32: Update checksum and remove unnecessary fields Signed-off-by: Michael Tremer --- lfs/perl-MIME-Base32 | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/lfs/perl-MIME-Base32 b/lfs/perl-MIME-Base32 index e65c367342..4cb7c96160 100644 --- a/lfs/perl-MIME-Base32 +++ b/lfs/perl-MIME-Base32 @@ -24,8 +24,6 @@ include Config -SUMMARY = Base32 encoder and decoder - VER = 1.303 THISAPP = MIME-Base32-$(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 = 0c7735fa09e74c7f2ec93d1890b8c6c0 +$(DL_FILE)_BLAKE2 = d9dad50d7474a42741f7a61fad4a7b30c4acb72eb80684e24c45d0478480cfe936d6b87ab37b735ff2065afeb0b5457cc50130187264fcb6addefa8e8cb8d934 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) -- 2.39.5