diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-04 09:06:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-04 09:06:11 +0100 |
commit | 18b5afccd4fadc0832907c61a3a0a07e763c1adf (patch) | |
tree | 5d998c6047a54761b25ab71349fab48b1e207f5d | |
parent | d6bf3937d0f9b2fb7695a387cd6ecedad9cfe241 (diff) |
dnsmasq: update to 2.86
-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 7c80b2be3..0476daf5e 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= dnsmasq -PKG_VERSION:= 2.81 +PKG_VERSION:= 2.86 PKG_RELEASE:= 1 -PKG_HASH:= 749ca903537c5197c26444ac24b0dce242cf42595fdfe6b9a5b9e4c7ad32f8fb +PKG_HASH:= 28d52cfc9e2004ac4f85274f52b32e1647b4dbc9761b82e7de1e41c49907eb08 PKG_DESCR:= lightweight dns, dhcp and tftp server PKG_SECTION:= net/dns PKG_KDEPENDS:= inotify-user |