Reviewed-by: Adolf Belka On 04/04/2022 07:30, Peter Müller wrote: > Please refer to https://www.smartmontools.org/browser/tags/RELEASE_7_3/smartmontools/NEWS > for the changelog of this version. > > Signed-off-by: Peter Müller > --- > lfs/smartmontools | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lfs/smartmontools b/lfs/smartmontools > index 5742aec52..bd3851eb8 100644 > --- a/lfs/smartmontools > +++ b/lfs/smartmontools > @@ -1,7 +1,7 @@ > ############################################################################### > # # > # IPFire.org - A linux based firewall # > -# Copyright (C) 2007-2021 IPFire Team # > +# Copyright (C) 2007-2022 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 = 7.2 > +VER = 7.3 > > THISAPP = smartmontools-$(VER) > DL_FILE = $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_BLAKE2 = 9f671656e610404b0ab8b6ec51421b4046c64d16331cff821a8d9dbf34dd6c4be4fa63d3a2eaffe2aa869b09acf5f18b9c9750f76e33423710ef9166212e3a92 > +$(DL_FILE)_BLAKE2 = 119fd4aded487796ffd38050ddf8c7dd69cc6f3950650cb0315846292fd4a6594d949d87c51ed46717d6aaadb332c68f655514d1fde89600d51f3fe36f8df1ca > > install : $(TARGET) >