X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fperl-DBI;h=0aa93d32c5be8bce5063dce106b44fc293fdb1e3;hp=8091374559ae49abcf9684398cc129ec1200eeae;hb=HEAD;hpb=d2596f222857ebaf76d8758b9a2529f06279e0ab diff --git a/lfs/perl-DBI b/lfs/perl-DBI index 8091374559..0aa93d32c5 100644 --- a/lfs/perl-DBI +++ b/lfs/perl-DBI @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2011 IPFire Team # +# Copyright (C) 2007-2020 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 = 1.607 +VER = 1.631 THISAPP = DBI-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,6 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = perl-DBI -PAK_VER = 2 ############################################################################### # Top-level Rules @@ -42,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = bd5785b39675213948a61dea1b400012 +$(DL_FILE)_BLAKE2 = 3b424ca081cd4ef2bdd5dabcaffe120ada3376815e3c0b6c3a24f8ee6a27311e81618d800c368c9e6eb6cf27d4b828a69755ab340f02de6613a78d724eedb7d4 install : $(TARGET) @@ -50,13 +49,10 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects)) download :$(patsubst %,$(DIR_DL)/%,$(objects)) -md5 : $(subst %,%_MD5,$(objects)) - -dist: - @$(PAK) +b2 : $(subst %,%_BLAKE2,$(objects)) ############################################################################### -# Downloading, checking, md5sum +# Downloading, checking, b2sum ############################################################################### $(patsubst %,$(DIR_CHK)/%,$(objects)) : @@ -65,8 +61,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) : $(patsubst %,$(DIR_DL)/%,$(objects)) : @$(LOAD) -$(subst %,%_MD5,$(objects)) : - @$(MD5) +$(subst %,%_BLAKE2,$(objects)) : + @$(B2SUM) ############################################################################### # Installation Details