From: Peter Korsgaard Date: Thu, 24 Apr 2014 13:25:12 +0000 (+0200) Subject: dnsmasq: bump version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0e83e8db52f4294fd3dc0805b118f1c08e9891b;p=buildroot.git dnsmasq: bump version Signed-off-by: Peter Korsgaard --- diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk index e5307e4546..087b7dc558 100644 --- a/package/dnsmasq/dnsmasq.mk +++ b/package/dnsmasq/dnsmasq.mk @@ -4,7 +4,7 @@ # ################################################################################ -DNSMASQ_VERSION = 2.69 +DNSMASQ_VERSION = 2.70 DNSMASQ_SOURCE = dnsmasq-$(DNSMASQ_VERSION).tar.xz DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq DNSMASQ_MAKE_ENV = $(TARGET_MAKE_ENV) CC="$(TARGET_CC)"