Skip to content

Commit

Permalink
dmapd: update to 0.0.96
Browse files Browse the repository at this point in the history
Fixes compilation with GCC14.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Nov 14, 2024
1 parent 0b67c00 commit 07e9228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/dmapd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand All @@ -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
Expand Down

0 comments on commit 07e9228

Please sign in to comment.