diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-04-03 20:15:32 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-04-03 20:15:32 +0000 |
commit | a7751f851a61b82d2ee512bf18d9f192ca56ae3e (patch) | |
tree | 72d5dfb385655208628a5876c0954d5c77354ef5 /package/dnsmasq/Makefile | |
parent | aa22d6d82c97ffe0f5c4f9b9fb4112066130c700 (diff) | |
download | upstream-a7751f851a61b82d2ee512bf18d9f192ca56ae3e.tar.gz upstream-a7751f851a61b82d2ee512bf18d9f192ca56ae3e.tar.bz2 upstream-a7751f851a61b82d2ee512bf18d9f192ca56ae3e.zip |
upgrade to dnsmasq 2.22 and openssl 0.9.7f
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@546 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 a9ad26bbec..973215a80d 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq -PKG_VERSION:=2.20 +PKG_VERSION:=2.22 PKG_RELEASE:=1 -PKG_MD5SUM:=a1501ff96a2925d9c1d44388892cd5af +PKG_MD5SUM:=b38f33cd0703fa664a37a4595d918189 PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |