]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/mpage
python3-setuptools: Fix rootfile
[people/mfischer/ipfire-2.x.git] / lfs / mpage
index 55a1eac65396f8398d78a7d19c5e652d8946365b..8d228daf2e636b6762f200c4e0914f25bc1452a3 100644 (file)
--- a/lfs/mpage
+++ b/lfs/mpage
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.5.6
+VER        = 2.5.7
 
 THISAPP    = mpage-$(VER)
 DL_FILE    = $(THISAPP).tgz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 489663c9246e47915cea931348e5175d
+$(DL_FILE)_BLAKE2 = de2d73b52a032199cc6787d774a2db99d85978e3f17cd77b97ea8cc6f683e47c3b6ce45d9f00f73d81bd9878056ee92cbf9c4bb3cb585abfeec1c0a95470f1e8
 
 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