From a71a0d4036c524f1f3d8f929b742b9526b74bd27 Mon Sep 17 00:00:00 2001 From: Jakob Olsson Date: Thu, 9 Nov 2023 09:40:10 +0100 Subject: [PATCH] libdpp: 2.0.0 --- libdpp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libdpp/Makefile b/libdpp/Makefile index febbcfb22..04374fd76 100644 --- a/libdpp/Makefile +++ b/libdpp/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libdpp -PKG_VERSION:=1.0.0 +PKG_VERSION:=2.0.0 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=c520cf5d211a7d527e09ffb7872848381551472a +PKG_SOURCE_VERSION:=f22959b107a8bf443d04d6261d00074b5514dfe8 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