diff options
author | Steven Barth <steven@midlink.org> | 2015-04-20 15:56:13 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-04-20 15:56:13 +0200 |
commit | 23d0f81a4af1a555569763e941f1190317e3e3c8 (patch) | |
tree | 8cfe790d49ce96e8053ac2a0bea2ac2e04c3cfdf /net | |
parent | 8fdb62c273fff56ab8e33bdc58c4f1698b72e4c7 (diff) | |
parent | 00fe9a9704bb2cdda8d981c3895193f6946ab63f (diff) |
Merge pull request #1154 from MikePetullo/master
dmapd: update to 0.0.72
Diffstat (limited to 'net')
-rw-r--r-- | net/dmapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dmapd/Makefile b/net/dmapd/Makefile index e573523bb..d53c5576f 100644 --- a/net/dmapd/Makefile +++ b/net/dmapd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dmapd -PKG_VERSION:=0.0.71 +PKG_VERSION:=0.0.72 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:=cee310509e39db782110267edac4fe9a +PKG_MD5SUM:=0fe290d1bf003296b1ed9dfcc0108d6f PKG_FIXUP:=autoreconf PKG_INSTALL:=2 |