X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fperl-Apache-Htpasswd;fp=lfs%2Fperl-Apache-Htpasswd;h=14421fba209dd691a4000e4a397a05bf3fc33430;hb=9a7e4d85069b6475d231e4fdfbd26d93557d3f10;hp=5e99bdd21394613d2293e99f0be4cc28b624929e;hpb=d95b4c94db3691840dba3fab736c2d8a8f8633c8;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/perl-Apache-Htpasswd b/lfs/perl-Apache-Htpasswd index 5e99bdd213..14421fba20 100644 --- a/lfs/perl-Apache-Htpasswd +++ b/lfs/perl-Apache-Htpasswd @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ee2ca41f9dd92d7a830a5ba65fcbeef0 +$(DL_FILE)_BLAKE2 = abf3bd699f0db8c818f3b590d040bece213078127836f29984b4d7c9db26cbdac9c7f4572b17f526f60ad48ee7d3680d2b1d426bcc3b0b4646d42a9461cddd4d 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