From d551f2182bd537a678104eb9527da3e90e528857 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 14 Nov 2024 15:49:22 -0800 Subject: [PATCH] dmapd: update to 0.0.96 Fixes compilation with GCC14. Signed-off-by: Rosen Penev --- net/dmapd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dmapd/Makefile b/net/dmapd/Makefile index f073bcce3f..f5d4ed0b50 100644 --- a/net/dmapd/Makefile +++ b/net/dmapd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dmapd -PKG_VERSION:=0.0.95 +PKG_VERSION:=0.0.96 PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo @@ -18,7 +18,7 @@ PKG_LICENSE_FILES:=COPYING PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.flyn.org/projects/dmapd -PKG_HASH:=c2c387518ee012e2f2613770c1e7e7eeb5e58fb4605ed645f1db2aced1585a52 +PKG_HASH:=09990f7e76f62245c42472c4d31ee65003666632fda87c4ce07d5321a32716d6 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 -- 2.30.2