X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Facpid;h=77f3dd012c029673f438f8c745b5906f5a0634c7;hb=9a7e4d85069b6475d231e4fdfbd26d93557d3f10;hp=5415c2cb9affee897ea79637250f6d2519f0dcd7;hpb=d95b4c94db3691840dba3fab736c2d8a8f8633c8;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/acpid b/lfs/acpid index 5415c2cb9a..77f3dd012c 100644 --- a/lfs/acpid +++ b/lfs/acpid @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 248995264b9d1cd8bdb923d5b190fd44 +$(DL_FILE)_BLAKE2 = 829b2f78f497d9c0bbd90d952cadad96beece3070240bee69f2a5cf28903e9e5f969a3bf9000552c63a52c17f8b94285a181f4301449a9b64c573032d9a4d255 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