]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/rust-hex
Merge branch 'next'
[people/mfischer/ipfire-2.x.git] / lfs / rust-hex
index a12f463febf726299ef22f8cb47c0298a23fd039..7dd013ced9b271514167f4007e2c40093ef519fd 100644 (file)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 9e633fd8251996e808e202651e419989
+$(DL_FILE)_BLAKE2 = 3c1f8e28076c4b05229a895a688a1c013ad1b810d17d183d58256c17f77d583a510e12b11e5c98dfe846a53ca15c856367bbe9a4f538bda6c608c303350c3b59
 
 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:
        @$(PAK)
 
 ###############################################################################
-# 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