From 3cc7b53a8774f750dc0bdeb66715ec013586c0ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sun, 21 Apr 2024 20:04:51 +0000 Subject: [PATCH] libloc: Update location database shipped with new installations MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- lfs/libloc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libloc b/lfs/libloc index 35a711286..ddd38e941 100644 --- a/lfs/libloc +++ b/lfs/libloc @@ -25,7 +25,7 @@ include Config VER = 0.9.17 -DB_DATE = 2024-02-17 +DB_DATE = 2024-04-16 THISAPP = libloc-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -44,7 +44,7 @@ $(DL_FILE) = https://source.ipfire.org/releases/libloc/$(DL_F location-$(DB_DATE).db.xz = https://location.ipfire.org/databases/1/archive/location-$(DB_DATE).db.xz $(DL_FILE)_BLAKE2 = b0bf860ebaccd3cb49c58c066c430f7a1f936a2029957db9b88e22c04240af0268a8f6388e8ca512102f14033037a2ab8bbb93fe83e525b9859c790c5c382df4 -location-$(DB_DATE).db.xz_BLAKE2 = 36432bed306871e96a741d364fdefaa677d47245e38596d1c7fb6a8f0a143e3ffa549e16effa58289b5481220b0a2560255e75b0bfe53219b1400d6d250aa02b +location-$(DB_DATE).db.xz_BLAKE2 = f60ca7c2e3ac7cb7e6dc94501f0028dfb76f65330ba4f35934addc65bac8af9b3ce0149956aa3ca9211c9843b34d94255328af840d250f1e4612d9af90e7b6e9 install : $(TARGET) -- 2.39.5