X-Git-Url: http://git.ipfire.org/?p=people%2Fmfischer%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fman-pages;fp=lfs%2Fman-pages;h=913a78cc94a80ca2a13cfcc99d012ea00cbdc1c7;hp=73c259ffd38f0135a36ff6b7b5264e3b8f412741;hb=0506aa897353a84edf2ecfea09982f6509251ba6;hpb=75c18cc2af0c6fdd8ee4eab79a50f88588e9c8fa diff --git a/lfs/man-pages b/lfs/man-pages index 73c259ffd3..913a78cc94 100644 --- a/lfs/man-pages +++ b/lfs/man-pages @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = fb8d9f55fef19ea5ab899437159c9420 +$(DL_FILE)_BLAKE2 = b839071b3b7327f95603bacb48e6b3baaa505811e1dda23c7d82e9cd9a5e78e56212162f5f39e995d77fbdbc57937779de25f6b93e09fa574ef9435dd0133fd0 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