diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-27 16:56:02 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-27 16:56:02 +0000 |
commit | c43a33ff9d5500b70447463408fd05f2f47f4ddb (patch) | |
tree | c6735ede928e92ff98dc898ac63b09982b2d5283 /openwrt | |
parent | ee81a26c37d0cbfb57e267cbd0b3de6530e24c1c (diff) | |
download | mtk-20170518-c43a33ff9d5500b70447463408fd05f2f47f4ddb.zip mtk-20170518-c43a33ff9d5500b70447463408fd05f2f47f4ddb.tar.gz mtk-20170518-c43a33ff9d5500b70447463408fd05f2f47f4ddb.tar.bz2 |
update dnsmasq to latest upstream release (v2.24)
SVN-Revision: 2556
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/dnsmasq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/dnsmasq/Makefile b/openwrt/package/dnsmasq/Makefile index df77a47..d3dd510 100644 --- a/openwrt/package/dnsmasq/Makefile +++ b/openwrt/package/dnsmasq/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq -PKG_VERSION:=2.23 +PKG_VERSION:=2.24 PKG_RELEASE:=1 -PKG_MD5SUM:=7be1f5bd6446cbb743feaf26bf74db53 +PKG_MD5SUM:=d269531be1f130ab642c71c593138d31 PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |