diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-06-15 08:10:59 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-06-15 08:10:59 +0000 |
commit | 54bbebc633e8833f9065ca7c6d5b25f4aec0f69f (patch) | |
tree | e662146c92b310aea234646ad84047b30458eeb6 /package/network | |
parent | 1df05e56d3121f677cef39c6624ca9bb0ca45113 (diff) | |
download | upstream-54bbebc633e8833f9065ca7c6d5b25f4aec0f69f.tar.gz upstream-54bbebc633e8833f9065ca7c6d5b25f4aec0f69f.tar.bz2 upstream-54bbebc633e8833f9065ca7c6d5b25f4aec0f69f.zip |
Update dnsmasq to v2.73.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
SVN-Revision: 45988
Diffstat (limited to 'package/network')
-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 7b56a0653c..19a8df9009 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.73rc9 +PKG_VERSION:=2.73 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/release-candidates -PKG_MD5SUM:=82b9ee113f7f72461c05d89fa23d2914 +PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq +PKG_MD5SUM:=b8bfe96d22945c8cf4466826ba9b21bd PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |