X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpam;h=b810f787d0ed8b7e1ea09d8b97583d3f2c16947c;hb=9a7e4d85069b6475d231e4fdfbd26d93557d3f10;hp=d90cfb9284455e0e9696acb9828704245f4ed948;hpb=d95b4c94db3691840dba3fab736c2d8a8f8633c8;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/pam b/lfs/pam index d90cfb9284..b810f787d0 100644 --- a/lfs/pam +++ b/lfs/pam @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 895e8adfa14af334f679bbeb28503f66 +$(DL_FILE)_BLAKE2 = a835034cd239bc9377419c13dda45276e8e64a33fcf714a1957ff41112fbb6dce0be8e9773afc82458a04d54bf146a0c26117d7170521fecdc0c98184cef5f4f 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