X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fmpage;h=55a1eac65396f8398d78a7d19c5e652d8946365b;hp=b93fb0634ec94be2cfd5a66965f64cbd21b26459;hb=HEAD;hpb=30f68903d339fdb2e1a0b3ff62b6b770fee9ca36 diff --git a/lfs/mpage b/lfs/mpage index b93fb0634e..8d228daf2e 100644 --- a/lfs/mpage +++ b/lfs/mpage @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -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