diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-28 18:20:19 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-28 18:20:19 +0000 |
commit | bd29378e8d329c63ba16f64fd54f18531ada6fe6 (patch) | |
tree | 20954697c4298f66c7e42c2f30a02e34401eac4d /package/dnsmasq/Makefile | |
parent | 674659a4df542bed3a753c15bf31def14c1852c2 (diff) | |
download | upstream-bd29378e8d329c63ba16f64fd54f18531ada6fe6.tar.gz upstream-bd29378e8d329c63ba16f64fd54f18531ada6fe6.tar.bz2 upstream-bd29378e8d329c63ba16f64fd54f18531ada6fe6.zip |
package/dnsmasq: bump to v2.46 (#4263)
SVN-Revision: 13414
Diffstat (limited to 'package/dnsmasq/Makefile')
-rw-r--r-- | package/dnsmasq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 4d3beba995..6051db9d71 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq -PKG_VERSION:=2.45 +PKG_VERSION:=2.46 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq -PKG_MD5SUM:=b7956e15c9766e05b3eca3ce88fdb616 +PKG_MD5SUM:=79ec740d1a10ee75f13efa4ff36d0250 include $(INCLUDE_DIR)/package.mk |