Browse Source

update dnsmasq

Waldemar Brodkorb 11 years ago
parent
commit
686a06394b
1 changed files with 4 additions and 2 deletions
  1. 4 2
      package/dnsmasq/Makefile

+ 4 - 2
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}))