From 04b9e8ab977e746450c5d1a137c0c2485ac7c888 Mon Sep 17 00:00:00 2001 From: Milinda Brantini Date: Mon, 24 Jun 2024 12:04:00 +0800 Subject: [PATCH] dnslookup: Update to 1.11.1 Fixed unnecessary error when running with no arguments. Signed-off-by: Milinda Brantini --- net/dnslookup/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dnslookup/Makefile b/net/dnslookup/Makefile index 03059a2682..52c548df5b 100644 --- a/net/dnslookup/Makefile +++ b/net/dnslookup/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnslookup -PKG_VERSION:=1.11.0 +PKG_VERSION:=1.11.1 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:=c9464093b76ba593fae3629ae54f5738251de48d8fc3bbdc08a9d6644416dfa0 +PKG_HASH:=31967c89406aa6da5f69c563815e58478b530c8e55f0d995065a363f68d5e535 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT