diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-01-22 14:35:07 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-01-22 14:35:07 +0000 |
commit | 47feebd2a287f84314001404b7dfa5355ba23793 (patch) | |
tree | 5f87d942bdb1ba6cbac281a5ab868ca72fa7104d | |
parent | cdde6b3d42357cb6c675bdb12e836648be335048 (diff) | |
download | mtk-20170518-47feebd2a287f84314001404b7dfa5355ba23793.zip mtk-20170518-47feebd2a287f84314001404b7dfa5355ba23793.tar.gz mtk-20170518-47feebd2a287f84314001404b7dfa5355ba23793.tar.bz2 |
upgrade dnsmasq to 2.26
SVN-Revision: 3034
-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 64ae0f4..4058010 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.25 +PKG_VERSION:=2.26 PKG_RELEASE:=1 -PKG_MD5SUM:=a5a387aed551acf91990567a5e8e4fa4 +PKG_MD5SUM:=ae04abb5db4a8cc43c24f432f0c44d5c PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |