From 8b17665845fa5cb54c57aed977a592fe78fd88a0 Mon Sep 17 00:00:00 2001 From: Jakob Olsson Date: Tue, 2 Dec 2025 12:45:37 +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 e85cfa42e..618a65b37 100644 --- a/libdpp/Makefile +++ b/libdpp/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libdpp -PKG_VERSION:=2.1.2 +PKG_VERSION:=2.1.3 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=5f1184c52be19f3bfd3bc7e9bc582ef09b0a2b1c +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