X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fboost;h=d914d259aa72ca46155b581037e28ee89ce4e71d;hb=9a7e4d85069b6475d231e4fdfbd26d93557d3f10;hp=01a9a1f6a15883950601df322c4e4454eff790be;hpb=d95b4c94db3691840dba3fab736c2d8a8f8633c8;p=ipfire-2.x.git diff --git a/lfs/boost b/lfs/boost index 01a9a1f6a1..d914d259aa 100644 --- a/lfs/boost +++ b/lfs/boost @@ -68,7 +68,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e425bf1f1d8c36a3cd464884e74f007a +$(DL_FILE)_BLAKE2 = 30290f808e2d45daa8ac3bd31f96c78286cab72b16f5de79c5270b79eb3d1cce0baf8468e16d9ea254b7f8ff8f72f45b06b375f9f6f4953923c4400c0ec24b0f install : $(TARGET) @@ -76,10 +76,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)) : @@ -88,8 +88,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) : $(patsubst %,$(DIR_DL)/%,$(objects)) : @$(LOAD) -$(subst %,%_MD5,$(objects)) : - @$(MD5) +$(subst %,%_BLAKE2,$(objects)) : + @$(B2SUM) ############################################################################### # Installation Details