aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2008-03-26 16:26:59 +0000
committerTravis Kemen <thepeople@openwrt.org>2008-03-26 16:26:59 +0000
commit2e6acb24253591fc2338ceb6c45ec09fafec547a (patch)
tree5019d562c6f69f72aecaea0e474522b72eadbc5a
parent838b5385e41a40938158528b945510521ab9c85d (diff)
downloadmaster-187ad058-2e6acb24253591fc2338ceb6c45ec09fafec547a.tar.gz
master-187ad058-2e6acb24253591fc2338ceb6c45ec09fafec547a.tar.bz2
master-187ad058-2e6acb24253591fc2338ceb6c45ec09fafec547a.zip
This upgrades dnsmasq-2.40 to dnsmasq-2.41. Signed-off-by: Alexandros C. Couloumbis <alex at ozo.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10663 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/dnsmasq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile
index 6297965779..6e4c2229c4 100644
--- a/package/dnsmasq/Makefile
+++ b/package/dnsmasq/Makefile
@@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq
-PKG_VERSION:=2.40
+PKG_VERSION:=2.41
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq
-PKG_MD5SUM:=91b6063ae81146b9d70b4381b2f3e44f
+PKG_MD5SUM:=b067598c3e9b91819a8be5cb59cbf90e
include $(INCLUDE_DIR)/package.mk