From 4d94a3fb6fe4958504b92fbf3b98e33789009bd0 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Tue, 24 Jan 2023 01:12:13 +0100 Subject: [PATCH] clocate: update to latest HEAD 510cc94 main: remove duplicate import bd84e09 log: add macro Signed-off-by: David Bauer --- utils/clocate/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/clocate/Makefile b/utils/clocate/Makefile index 3c955fcab2..32d2f2cb28 100644 --- a/utils/clocate/Makefile +++ b/utils/clocate/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=clocate -PKG_SOURCE_DATE:=2021-11-09 -PKG_RELEASE:=$(AUTORELEASE) +PKG_SOURCE_DATE:=2023-01-20 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/blocktrron/clocate.git -PKG_SOURCE_VERSION:=4a4c0c0cb53fc3df2891d649eb457efdee843572 -PKG_MIRROR_HASH:=8eef756ea5e951097eea53feb243a317612f88c2628c9417f4b28a28a3b4686c +PKG_SOURCE_VERSION:=510cc944e4d4c28b5cc30d9808ab14e80486b437 +PKG_MIRROR_HASH:=f4bcb77df4fc163a0d9b3350088ba6692f718ba0a1d48fa968685e2fded79ab8 PKG_MAINTAINER:=David Bauer PKG_LICENSE:=GPL-2.0-only