]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/blobdiff - lfs/perl-Archive-Zip
Switch checksums from MD5 to BLAKE2
[people/stevee/ipfire-2.x.git] / lfs / perl-Archive-Zip
index 1b6f867611518f130e46d0fdea784ace163b73ee..da1cc4375e694907b2039c4f6ada71ea650deea2 100644 (file)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = e28dff400d07b1659d659d8dde7071f1
+$(DL_FILE)_BLAKE2 = 7cdb76db873ca3c4097187b4c3236d856e79e442b5c1d55f6a5e27cce9cf621c36d1ffba34885774e334d145c6fc8bb5c89d885805d264c090cfd8e6174a40b4
 
 install : $(TARGET)
 
@@ -48,13 +48,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
 #dist:
 #      make-packages.sh Archive-Zip $(THISAPP)-ipfire-beta-1
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -63,8 +63,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details