From: Tianling Shen Date: Sun, 28 Dec 2025 11:19:37 +0000 (+0800) Subject: dnslookup: Update to 1.11.2 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=447b3cb49304064aa210325b7b7621ac2565e8ef;p=feed%2Fpackages.git dnslookup: Update to 1.11.2 Release note: https://github.com/ameshkov/dnslookup/releases/tag/v1.11.2 Signed-off-by: Tianling Shen --- diff --git a/net/dnslookup/Makefile b/net/dnslookup/Makefile index 52c548df5b..010566e531 100644 --- a/net/dnslookup/Makefile +++ b/net/dnslookup/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnslookup -PKG_VERSION:=1.11.1 +PKG_VERSION:=1.11.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/ameshkov/dnslookup/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=31967c89406aa6da5f69c563815e58478b530c8e55f0d995065a363f68d5e535 +PKG_HASH:=0f4b74a4ac8c967b089eebc62fbf65334e76d42da4c4524e8182bb8400aa119d PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT