diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-01-15 00:02:47 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-01-15 00:02:47 +0000 |
commit | e9ce0524d0cc1722757d024439288cbaecdbde15 (patch) | |
tree | 1a1ff753afab5345e0b601080e3c41ff9be25f62 /package/dnsmasq/Makefile | |
parent | 2b31ac53d9858cdcbac47bb44eeb86ef9056f004 (diff) | |
download | upstream-e9ce0524d0cc1722757d024439288cbaecdbde15.tar.gz upstream-e9ce0524d0cc1722757d024439288cbaecdbde15.tar.bz2 upstream-e9ce0524d0cc1722757d024439288cbaecdbde15.zip |
upgrade to dnsmasq 2.25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2986 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 d3dd510c3b..64ae0f49f0 100644 --- a/package/dnsmasq/Makefile +++ b/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 |