diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-04-29 07:19:24 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-04-29 07:19:24 +0000 |
commit | fc84123c2f91a016bb63a2656c94b615959c0560 (patch) | |
tree | dc0ad902062661bd7053ffe169cfa07d68553406 /package/network | |
parent | 4fb99ec22f48dbf917bb10e1330136c990de6eea (diff) | |
download | upstream-fc84123c2f91a016bb63a2656c94b615959c0560.tar.gz upstream-fc84123c2f91a016bb63a2656c94b615959c0560.tar.bz2 upstream-fc84123c2f91a016bb63a2656c94b615959c0560.zip |
dnsmasq: bump to 2.73rc7
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45587
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/services/dnsmasq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index b9624704f8..8f55274b7f 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq -PKG_VERSION:=2.73rc6 +PKG_VERSION:=2.73rc7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/release-candidates -PKG_MD5SUM:=9ee735fe4f1250620f007039a034710f +PKG_MD5SUM:=526f7d51b71e07e6e431f5ea48f4b5be PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |