From 68fb3bea3225fe8ffb40fb9adf39ff25d6195cdb Mon Sep 17 00:00:00 2001 From: Jakob Olsson Date: Tue, 2 Dec 2025 12:46:52 +0100 Subject: [PATCH] libdpp: 2.1.3 --- libdpp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libdpp/Makefile b/libdpp/Makefile index e2d77d1e3..618a65b37 100644 --- a/libdpp/Makefile +++ b/libdpp/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libdpp -PKG_VERSION:=2.1.1 +PKG_VERSION:=2.1.3 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=6024efd3db9dd490c07465ea9b0c15120063165c +PKG_SOURCE_VERSION:=fdfe23e51ff77ca6d2661ad6208d097758524147 PKG_SOURCE_URL:=https://dev.iopsys.eu/multi-ap/libdpp.git PKG_MAINTAINER:=Jakob Olsson PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz