X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fmpfr;h=b1c04afeb35bbfaadb7b373a561d237c7a26a4a7;hb=9a7e4d85069b6475d231e4fdfbd26d93557d3f10;hp=9ce57e276f11bb88602ce4f09b7e00143f24f747;hpb=d95b4c94db3691840dba3fab736c2d8a8f8633c8;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/mpfr b/lfs/mpfr index 9ce57e276f..b1c04afeb3 100644 --- a/lfs/mpfr +++ b/lfs/mpfr @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = bdd3d5efba9c17da8d83a35ec552baef +$(DL_FILE)_BLAKE2 = 41d1be0c4b557760f12a4525ad3a84b6e2cd6f0927c935fcfba577ac0490e582d1ae4b581dce58e21e705cf9d7c88373054d7fb7a94bb32c69b339f99a25dc68 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