diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-03 13:15:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-03 13:15:19 +0000 |
commit | f5ba6aad341ac268efb9cc425488136a99c83478 (patch) | |
tree | b5c40985d3ba2e577c1f1987605465986cdc6fa2 /package/network/services/mdns | |
parent | 3ae9c4fcad944e343946a051cece9a701544f185 (diff) | |
download | upstream-f5ba6aad341ac268efb9cc425488136a99c83478.tar.gz upstream-f5ba6aad341ac268efb9cc425488136a99c83478.tar.bz2 upstream-f5ba6aad341ac268efb9cc425488136a99c83478.zip |
mdns: update to the latest version, fixes a spurious build error
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46778
Diffstat (limited to 'package/network/services/mdns')
-rw-r--r-- | package/network/services/mdns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/mdns/Makefile b/package/network/services/mdns/Makefile index ec85d6f6f6..74e2693a6c 100644 --- a/package/network/services/mdns/Makefile +++ b/package/network/services/mdns/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mdns -PKG_VERSION:=2014-11-03 +PKG_VERSION:=2015-09-03 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://git.openwrt.org/project/mdnsd.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=a5560f88bb2cddeef0ef11a12e7822b9c19a75a5 +PKG_SOURCE_VERSION:=ae8773477c31b741ba8b47f8898e4c0a1c834b85 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> PKG_LICENSE:=LGPL-2.1 |