diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-06-08 04:48:16 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-06-08 04:48:16 +0000 |
commit | 73fb57ada4aaea29c9c2e94ec9beba5e80a7aefa (patch) | |
tree | 8b46dae7a6fae6cdf0cbd7be2fdf94367c509be4 /package | |
parent | c6a6f75436f4be3dcd2bb10487767c6a98fdc6e2 (diff) | |
download | upstream-73fb57ada4aaea29c9c2e94ec9beba5e80a7aefa.tar.gz upstream-73fb57ada4aaea29c9c2e94ec9beba5e80a7aefa.tar.bz2 upstream-73fb57ada4aaea29c9c2e94ec9beba5e80a7aefa.zip |
dnsmasq: bump to 2.73rc9
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45924
Diffstat (limited to 'package')
-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 93bfcf35bc..7b56a0653c 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.73rc8 +PKG_VERSION:=2.73rc9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/release-candidates -PKG_MD5SUM:=7d4e04c875528d64d8e82abceba78489 +PKG_MD5SUM:=82b9ee113f7f72461c05d89fa23d2914 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |