From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] libloc: Update to 0.9.10 Date: Wed, 16 Feb 2022 17:35:12 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1879949755942246334==" List-Id: --===============1879949755942246334== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Please refer to https://lists.ipfire.org/pipermail/location/2022-February/000= 530.html for this version's changelog. Signed-off-by: Peter M=C3=BCller --- lfs/libloc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/libloc b/lfs/libloc index 1de135b52..29008191a 100644 --- a/lfs/libloc +++ b/lfs/libloc @@ -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,8 +24,8 @@ =20 include Config =20 -VER =3D 0.9.9 -DB_DATE =3D 2021-12-13 +VER =3D 0.9.10 +DB_DATE =3D 2022-02-16 =20 THISAPP =3D libloc-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -43,8 +43,8 @@ objects =3D $(DL_FILE) \ $(DL_FILE) =3D https://source.ipfire.org/releases/libloc/= $(DL_FILE) location-$(DB_DATE).db.xz =3D https://location.ipfire.org/databases/1/ar= chive/location-$(DB_DATE).db.xz =20 -$(DL_FILE)_MD5 =3D 0d14fcad39b19accc001ed5f17a09471 -location-$(DB_DATE).db.xz_MD5 =3D 7239646f05ac92e76ae2700e7aa14ab8 +$(DL_FILE)_MD5 =3D 3f67e15022c142c0731cbb3746351330 +location-$(DB_DATE).db.xz_MD5 =3D c1ad9c544bab917035eb0cd13b66c453 =20 install : $(TARGET) =20 --=20 2.34.1 --===============1879949755942246334==--