diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-04-23 13:05:15 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-04-23 13:05:15 +0000 |
commit | 62e7f07615192b909ddb71408e67c4938b08b3cc (patch) | |
tree | 7cd4df839bba65d21e269ce2393f5993ba9d964e /package/network/services/dnsmasq/Makefile | |
parent | 6bfb1a4b11f9c941b29b1faed4d818ccbc9ce539 (diff) | |
download | upstream-62e7f07615192b909ddb71408e67c4938b08b3cc.tar.gz upstream-62e7f07615192b909ddb71408e67c4938b08b3cc.tar.bz2 upstream-62e7f07615192b909ddb71408e67c4938b08b3cc.zip |
dnsmasq: bump to 2.73rc6
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45572
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r-- | package/network/services/dnsmasq/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index 9c90e0fc28..b9624704f8 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.73rc4 -PKG_RELEASE:=2 +PKG_VERSION:=2.73rc6 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/release-candidates -PKG_MD5SUM:=24569c7605059aee175b1776201afa93 +PKG_MD5SUM:=9ee735fe4f1250620f007039a034710f PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |