X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=lfs%2Fperl-Switch;h=3e237483b862f4a7ae53a49d9b3e64a07575b208;hb=9a7e4d85069b6475d231e4fdfbd26d93557d3f10;hp=1b941110941ad308885db3344dc503b1c72489d2;hpb=d95b4c94db3691840dba3fab736c2d8a8f8633c8;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/perl-Switch b/lfs/perl-Switch index 1b94111094..3e237483b8 100644 --- a/lfs/perl-Switch +++ b/lfs/perl-Switch @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 34e2b6dac0a43384505b4e036633cff0 +$(DL_FILE)_BLAKE2 = a76bf8fa61b647230a5446e4f74fb96643b8042f3928b35568ec1757610c34bd1327eefba8b4f869b52969ca9302d95790e9f7b5f5b1166dedfaedb2ecf4ee0f install : $(TARGET) @@ -49,10 +49,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)) : @@ -61,8 +61,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) : $(patsubst %,$(DIR_DL)/%,$(objects)) : @$(LOAD) -$(subst %,%_MD5,$(objects)) : - @$(MD5) +$(subst %,%_BLAKE2,$(objects)) : + @$(B2SUM) ############################################################################### # Installation Details