]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/perl-Text-Tabs+Wrap
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
[people/mfischer/ipfire-2.x.git] / lfs / perl-Text-Tabs+Wrap
similarity index 91%
rename from lfs/Text-Tabs+Wrap
rename to lfs/perl-Text-Tabs+Wrap
index 9cdbe0412b0b5273bf0f27dd1b1ec2e23ecbd85c..81b05ab717a924b6de3b28aed60db3b56f462f70 100644 (file)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3e421ed3810803512af8d13bad548993
+$(DL_FILE)_BLAKE2 = 9a15a14052117f1810a9ab401864a1a3cd26aff7d41ef685099558d49eb171e35af2a2d767ef7148c5c460fd4ad257b8133e8a9ba96d40815f603594f72a6f30
 
 install : $(TARGET)
 
@@ -48,10 +48,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)) :
@@ -60,8 +60,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details