X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fperl-File-ReadBackwards;h=e052403bd1679c3725098da035b147cc5af4c08f;hb=2182e2d7f7f617567ce94eb3d4471c7c581d4cc9;hp=a778ca95e4fec1da1f9134253f6693793672d978;hpb=817f4c1410c2c2f75ca340ff317e75910ac54f27;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/perl-File-ReadBackwards b/lfs/perl-File-ReadBackwards index a778ca95e4..e052403bd1 100644 --- a/lfs/perl-File-ReadBackwards +++ b/lfs/perl-File-ReadBackwards @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = perl-File-ReadBackwards -PAK_VER = 3 +PAK_VER = 4 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 613d9d02de6c1d86d5fa5b8816a6b214 +$(DL_FILE)_BLAKE2 = f1e8703b04cfc94f69f1d953ee0f979e9d887bad97320b0b3d377f338dc074f8b9dbcd425523f6e3ec72c77c436cf7411098717eeca62bfd3230e603356ee623 install : $(TARGET) @@ -56,13 +56,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)) : @@ -71,8 +71,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) : $(patsubst %,$(DIR_DL)/%,$(objects)) : @$(LOAD) -$(subst %,%_MD5,$(objects)) : - @$(MD5) +$(subst %,%_BLAKE2,$(objects)) : + @$(B2SUM) ############################################################################### # Installation Details