X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fperl-Crypt-PasswdMD5;h=c81f2cd573891af39d55b80292f3d5ebb90644ba;hb=HEAD;hp=1e82df18e21f7f038c7ee3a828834de43a84db8c;hpb=d29b3c77ac495d5d2307640b5953df86818416b8;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/perl-Crypt-PasswdMD5 b/lfs/perl-Crypt-PasswdMD5 index 1e82df18e2..c81f2cd573 100644 --- a/lfs/perl-Crypt-PasswdMD5 +++ b/lfs/perl-Crypt-PasswdMD5 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d8d3b97bf4598b9f75c119c0a4c4445c +$(DL_FILE)_BLAKE2 = 179982aab63463bb3469d219a5304574f5a59b2a2601c48460c75bcc367043fc007571d3c8a8002f8b3c232f9051aae62f4fe8ae8431d580c6093bc9a9c7ccf1 install : $(TARGET) @@ -48,10 +48,10 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects)) download :$(patsubst %,$(DIR_DL)/%,$(objects)) -md5 : $(subst %,%_MD5,$(objects)) +b2 : $(subst %,%_BLAKE2,$(objects)) ############################################################################### -# Downloading, checking, md5sum +# Downloading, checking, b2sum ############################################################################### $(patsubst %,$(DIR_CHK)/%,$(objects)) : @@ -60,8 +60,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) : $(patsubst %,$(DIR_DL)/%,$(objects)) : @$(LOAD) -$(subst %,%_MD5,$(objects)) : - @$(MD5) +$(subst %,%_BLAKE2,$(objects)) : + @$(B2SUM) ############################################################################### # Installation Details