]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/python3-pycparser
Merge branch 'next'
[people/mfischer/ipfire-2.x.git] / lfs / python3-pycparser
index aa9f34ee9f1a15735cee57775dc1cfdba1aaebf5..0ab9ce5ba60ff2a771e91a83ed100a429ad14774 100644 (file)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = cf4b60f0beca2a25bb599e9e858a8223
+$(DL_FILE)_BLAKE2 = 52a7fcdac73658aeb59e9dae3719c570ec6b10878a61b38a40d9793adbc643bc05c12d1304c1799cbf5bab9f7ce8ecfa1f160f715ba6ea362a62f44e6ca40fb3
 
 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