From: Sven Eckelmann Date: Mon, 18 Aug 2025 09:51:19 +0000 (+0200) Subject: poemgr: update to latest HEAD X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d3b228612831758f4de889749df956c315c18380;p=openwrt-packages.git poemgr: update to latest HEAD f1f093852aba poemgr: drop prefix from json-c include adfb382a996a poemgr: Fix missing/unused includes 27d53374601b Makefile: compile object files before linking e07fdec5e1cf Makefile: use LDLIBS to link libraries 1e6659b786e8 Makefile: mark targets without any output f7f147977891 Makefile: reference output file using variable aa3ae603099a Makefile: Add missing license header Signed-off-by: Sven Eckelmann --- diff --git a/utils/poemgr/Makefile b/utils/poemgr/Makefile index 864a0b6aa..6b32a78fc 100644 --- a/utils/poemgr/Makefile +++ b/utils/poemgr/Makefile @@ -3,13 +3,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=poemgr -PKG_SOURCE_DATE:=2025-05-28 -PKG_SOURCE_VERSION:=87550e1349c3c010a7ed0e306589c6398238d374 -PKG_RELEASE:=3 +PKG_SOURCE_DATE:=2025-07-23 +PKG_SOURCE_VERSION:=f1f093852abaab506d54fd2c5384fec9b798dd1a +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://github.com/blocktrron/poemgr.git -PKG_MIRROR_HASH:=44d1e49e21fedf4446a56beabe7baa5a97a841f8514bcee656f0faff3d48c74f +PKG_MIRROR_HASH:=e96aeabd3380a4b9a737a7a731a34f315e92534ae22d54db000a523077192531 PKG_MAINTAINER:=David Bauer PKG_LICENSE:=GPL-2.0-only