From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka <adolf.belka@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] wireless-regdb: Update to version 2022.02.18 Date: Sun, 27 Feb 2022 14:53:17 +0100 Message-ID: <20220227135317.3773-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6110328021699096158==" List-Id: <development.lists.ipfire.org> --===============6110328021699096158== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit - Update from 2020.11.20 to 2022.02.18 - Update of rootfile not required - Changelog There is no changelog provided for this file. Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org> --- lfs/wireless-regdb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/wireless-regdb b/lfs/wireless-regdb index 8b89795ae..2482524cf 100644 --- a/lfs/wireless-regdb +++ b/lfs/wireless-regdb @@ -24,7 +24,7 @@ include Config -VER = 2020.11.20 +VER = 2022.02.18 THISAPP = wireless-regdb-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6d29837f3a1ed671e37d5139de25c5b8 +$(DL_FILE)_MD5 = 3cf08660e5946f3628232b5c1ba57e4f install : $(TARGET) -- 2.35.1 --===============6110328021699096158==--