diff options
author | David Bauer <mail@david-bauer.net> | 2023-01-24 01:12:13 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-01-24 17:56:34 -0800 |
commit | 4d94a3fb6fe4958504b92fbf3b98e33789009bd0 (patch) | |
tree | 43ff83b2c5065d8c441841c06dba3cde239a1a4b /utils | |
parent | 04ae344150da61adfb3a3102f1263cefd6ca7815 (diff) |
clocate: update to latest HEAD
510cc94 main: remove duplicate import
bd84e09 log: add macro
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/clocate/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/clocate/Makefile b/utils/clocate/Makefile index 3c955fcab..32d2f2cb2 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 <mail@david-bauer.net> PKG_LICENSE:=GPL-2.0-only |