libloc: update to 0.9.8

Message ID ee5577bd-5883-9365-e3ca-9845b1d6ff9c@ipfire.org
State Accepted
Commit 73efd9b7dc47eef18e1793a64f1638e8cd0fe158
Headers
Series libloc: update to 0.9.8 |

Commit Message

Peter Müller Sept. 25, 2021, 10:54 a.m. UTC
  Please refer to
https://git.ipfire.org/?p=location/libloc.git;a=commit;h=a138fbfec116981407588c05127b8e7c02e29ae5
for further information on this release.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 lfs/libloc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Comments

Michael Tremer Sept. 27, 2021, 6:44 p.m. UTC | #1
Hello,

Thank you for submitting this patch for me.

-Michael

Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 25 Sep 2021, at 11:54, Peter Müller <peter.mueller@ipfire.org> wrote:
> 
> Please refer to
> https://git.ipfire.org/?p=location/libloc.git;a=commit;h=a138fbfec116981407588c05127b8e7c02e29ae5
> for further information on this release.
> 
> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
> ---
> lfs/libloc | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/lfs/libloc b/lfs/libloc
> index bdf977c7b..f57918e4e 100644
> --- a/lfs/libloc
> +++ b/lfs/libloc
> @@ -24,8 +24,8 @@
> 
> include Config
> 
> -VER        = 0.9.7
> -DB_DATE    = 2021-07-11
> +VER        = 0.9.8
> +DB_DATE    = 2021-09-25
> 
> THISAPP    = libloc-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -43,8 +43,8 @@ objects = $(DL_FILE) \
> $(DL_FILE)                    = https://source.ipfire.org/releases/libloc/$(DL_FILE)
> location-$(DB_DATE).db.xz     = https://location.ipfire.org/databases/1/archive/location-$(DB_DATE).db.xz
> 
> -$(DL_FILE)_MD5                = eef5d7de51550b8b051ffe29967b17f0
> -location-$(DB_DATE).db.xz_MD5 = 16d273593b2634edc8654cc1a3e81ef1
> +$(DL_FILE)_MD5                = 9598c08b157305f8c38fc672f5037884
> +location-$(DB_DATE).db.xz_MD5 = d2a3c63202ba73f9650beba461b41db4
> 
> install : $(TARGET)
> 
> -- 
> 2.26.2
  

Patch

diff --git a/lfs/libloc b/lfs/libloc
index bdf977c7b..f57918e4e 100644
--- a/lfs/libloc
+++ b/lfs/libloc
@@ -24,8 +24,8 @@ 
 
 include Config
 
-VER        = 0.9.7
-DB_DATE    = 2021-07-11
+VER        = 0.9.8
+DB_DATE    = 2021-09-25
 
 THISAPP    = libloc-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -43,8 +43,8 @@  objects = $(DL_FILE) \
 $(DL_FILE)                    = https://source.ipfire.org/releases/libloc/$(DL_FILE)
 location-$(DB_DATE).db.xz     = https://location.ipfire.org/databases/1/archive/location-$(DB_DATE).db.xz
 
-$(DL_FILE)_MD5                = eef5d7de51550b8b051ffe29967b17f0
-location-$(DB_DATE).db.xz_MD5 = 16d273593b2634edc8654cc1a3e81ef1
+$(DL_FILE)_MD5                = 9598c08b157305f8c38fc672f5037884
+location-$(DB_DATE).db.xz_MD5 = d2a3c63202ba73f9650beba461b41db4
 
 install : $(TARGET)