diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-10 07:43:36 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-10 07:45:15 +0000 |
commit | 235c5edb565955d7df3c2a68f00878061bab3808 (patch) | |
tree | dc860e8b75275b0cb20952cb680dbb90d62c0a88 /package | |
parent | 9912f922b94aec41ca0ca94116609c05d8e6f896 (diff) |
dnsmasq: update to 2.78
Diffstat (limited to 'package')
-rw-r--r-- | package/dnsmasq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 9f7e23110..67be55783 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= dnsmasq -PKG_VERSION:= 2.76 +PKG_VERSION:= 2.78 PKG_RELEASE:= 1 -PKG_HASH:= 4b92698dee19ca0cb2a8f2e48f1d2dffd01a21eb15d1fbed4cf085630c8c9f96 +PKG_HASH:= 89949f438c74b0c7543f06689c319484bd126cc4b1f8c745c742ab397681252b PKG_DESCR:= lightweight dns, dhcp and tftp server PKG_SECTION:= net/dns PKG_URL:= http://thekelleys.org.uk/dnsmasq/ |