diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-22 14:12:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-22 14:19:08 +0100 |
commit | a37390782c4c8da01008deb9da9c524a0cb35f75 (patch) | |
tree | 563509ee020be3a69725342bc1b6425ecf9dffee /package/dnsmasq | |
parent | 7720939c7536512be82434a2a2cb09190e79cb33 (diff) |
dnsmasq: update to 2.90
Diffstat (limited to 'package/dnsmasq')
-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 ec34c6fab..d204305b0 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= dnsmasq -PKG_VERSION:= 2.89 +PKG_VERSION:= 2.90 PKG_RELEASE:= 1 -PKG_HASH:= 02bd230346cf0b9d5909f5e151df168b2707103785eb616b56685855adebb609 +PKG_HASH:= 8e50309bd837bfec9649a812e066c09b6988b73d749b7d293c06c57d46a109e4 PKG_DESCR:= lightweight dns, dhcp and tftp server PKG_SECTION:= net/dns PKG_KDEPENDS:= inotify-user |