X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fperl-Device-SerialPort;h=7edc357f0edc4e714d2bd1f1f984cfc3775c1acd;hp=3eebc07d7d4db52c607e95257188502834c00e15;hb=HEAD;hpb=cf6abf539ed973c6bb053293cafeee01e60ac0d1 diff --git a/lfs/perl-Device-SerialPort b/lfs/perl-Device-SerialPort index 3eebc07d7d..37138430e3 100644 --- a/lfs/perl-Device-SerialPort +++ b/lfs/perl-Device-SerialPort @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2014 IPFire Team # +# 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 # @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f53db3733679adc5d05d06fa530444b6 +$(DL_FILE)_BLAKE2 = a9c29cbe37e53c926311a039e393d0c2ea545af00a95a0bacf7248d62b5ec4b9ad5bf67034044040ee635b39f04374c07700dd812065060d29d283b08ec1c570 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