diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-15 00:02:47 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-15 00:02:47 +0000 |
commit | ea06363b3c7294a03fb05e773c319e266939621e (patch) | |
tree | 55f19d533c6d5f1556bef1613e85efd5a9a8de50 /openwrt/package/dnsmasq/Makefile | |
parent | b101e7ce22301ed87205300fb4bdc59b317c2863 (diff) |
upgrade to dnsmasq 2.25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2986 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/dnsmasq/Makefile')
-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 d3dd510c3..64ae0f49f 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.24 +PKG_VERSION:=2.25 PKG_RELEASE:=1 -PKG_MD5SUM:=d269531be1f130ab642c71c593138d31 +PKG_MD5SUM:=a5a387aed551acf91990567a5e8e4fa4 PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |