From 338ce230d91e16c994fe37026caa8bb9551e6325 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 2 Sep 2020 16:35:15 -0700 Subject: [PATCH] libgpiod: update to 1.4.4 Signed-off-by: Rosen Penev --- libs/libgpiod/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libs/libgpiod/Makefile b/libs/libgpiod/Makefile index 11bf13ae8..68996c831 100644 --- a/libs/libgpiod/Makefile +++ b/libs/libgpiod/Makefile @@ -8,18 +8,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libgpiod -PKG_VERSION:=1.4.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/libs/libgpiod/ -PKG_HASH:=21ae8fd1f8dafc2eb2ba50e652390cf533d21351419a7426255895cb52e21b1c +PKG_HASH:=f1cda2789e6a13a92aefc012a76e5a7cc57a1b402d66f71df8719ee314b67699 +PKG_MAINTAINER:=Michael Heimpold PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING -PKG_MAINTAINER:=Michael Heimpold - PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 PYTHON3_PKG_BUILD:=0