From d4fcd58270fcb8cf5759604cdfc4a349d3163d6c Mon Sep 17 00:00:00 2001 From: Jens Maus Date: Wed, 27 Nov 2024 10:29:54 +0100 Subject: [PATCH] update hotkeyd to 0.4.5 to fix a segfault on certain systems. --- buildroot-external/package/hotkeyd/hotkeyd.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildroot-external/package/hotkeyd/hotkeyd.mk b/buildroot-external/package/hotkeyd/hotkeyd.mk index 3497614..770895f 100644 --- a/buildroot-external/package/hotkeyd/hotkeyd.mk +++ b/buildroot-external/package/hotkeyd/hotkeyd.mk @@ -6,8 +6,8 @@ # ################################################################################ -HOTKEYD_VERSION = 0.4.4 -HOTKEYD_TAG = 0ee8b2ae1344c9c8bedd0f91ebda0b389271a6d3 +HOTKEYD_VERSION = 0.4.5 +HOTKEYD_TAG = e94e4ab50346e01ff1dcbf0f9d95bfe94a348b01 HOTKEYD_SITE = $(call github,jens-maus,hotkeyd,$(HOTKEYD_TAG)) HOTKEYD_LICENSE = GPL-3.0 HOTKEYD_LICENSE_FILES = LICENSE