Browse Source

Merge pull request #2947 from MikePetullo/dmapd

dmapd: update to 0.0.73
lilik-openwrt-22.03
Yousong Zhou 8 years ago
committed by GitHub
parent
commit
f5f87a3aef
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/dmapd/Makefile

+ 2
- 2
net/dmapd/Makefile View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dmapd
PKG_VERSION:=0.0.72
PKG_VERSION:=0.0.73
PKG_RELEASE:=1
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
@ -18,7 +18,7 @@ PKG_LICENSE_FILES:=COPYING
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.flyn.org/projects/dmapd
PKG_MD5SUM:=0fe290d1bf003296b1ed9dfcc0108d6f
PKG_MD5SUM:=458adf9d0c0e434fb92ebc8bd9739f68
PKG_FIXUP:=autoreconf
PKG_INSTALL:=2


Loading…
Cancel
Save