dnsmasq: bump to version 2.72

Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2014-09-24 15:26:56 -03:00 committed by Peter Korsgaard
parent d32d1d3e6a
commit fbaf9b13d9
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
# Locally calculated after checking pgp signature
sha256 7d0bd23f5d74b3a6b26a75d5ffcf9db81d461b47cbe578cb65a83a98008600b1 dnsmasq-2.72.tar.xz

View File

@ -4,7 +4,7 @@
#
################################################################################
DNSMASQ_VERSION = 2.71
DNSMASQ_VERSION = 2.72
DNSMASQ_SOURCE = dnsmasq-$(DNSMASQ_VERSION).tar.xz
DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq
DNSMASQ_MAKE_ENV = $(TARGET_MAKE_ENV) CC="$(TARGET_CC)"