summaryrefslogtreecommitdiff
path: root/package/dnsmasq
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-08 17:14:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-08 17:14:46 +0100
commit686a06394ba839d3f246a2bb3acc152da5167c2f (patch)
tree0af994d7851e0d9d8194e09fcd2fad3b69e2f0f9 /package/dnsmasq
parentfd5ab57233a97ed1224aba4467344a1a7f2de75f (diff)
update dnsmasq
Diffstat (limited to 'package/dnsmasq')
-rw-r--r--package/dnsmasq/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile
index 4cce72c8e..3e4e23e3c 100644
--- a/package/dnsmasq/Makefile
+++ b/package/dnsmasq/Makefile
@@ -4,14 +4,16 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= dnsmasq
-PKG_VERSION:= 2.63
+PKG_VERSION:= 2.67
PKG_RELEASE:= 1
-PKG_MD5SUM:= 43e771997615ebcd8f6c6ffa60c3e40b
+PKG_MD5SUM:= 3560068c6cc644a01924fa089a70bb9c
PKG_DESCR:= A lightweight DNS and DHCP server
PKG_SECTION:= dns
PKG_URL:= http://thekelleys.org.uk/dnsmasq/
PKG_SITES:= http://thekelleys.org.uk/dnsmasq/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,DNSMASQ,dnsmasq,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))