]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/rust-aho-corasick
Merge branch 'next'
[people/mfischer/ipfire-2.x.git] / lfs / rust-aho-corasick
index fe8ec23ea5b3dda9673021ff96113292d51d46f2..86c00b870f4d1c1ec5ddd9a78db4445bf41dcaf0 100644 (file)
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = eae13dc4e891b7baecf8cbe859d3ed98
+$(DL_FILE)_BLAKE2 = f9a76f6b136dfc6c6a637b98e16a1c27ad12dbc916ca84275c1a1e8065ac93ea212c24462a213350e077b87bc51b668586eabcf11b3c842dc17ccb41a443a492
 
 install : $(TARGET)
 
@@ -50,13 +50,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)) :
@@ -65,8 +65,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details