From 859f7319a9a63934d1e45c72de1c38e2cf5c9c20 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Thu, 7 Jul 2022 13:17:57 +0800 Subject: [PATCH] dnslookup: Update to 1.7.1 Signed-off-by: Tianling Shen (cherry picked from commit 798cf62bd8bf463f603f6582eb26ac69e154e439) --- net/dnslookup/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dnslookup/Makefile b/net/dnslookup/Makefile index dae13b182..577519099 100644 --- a/net/dnslookup/Makefile +++ b/net/dnslookup/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnslookup -PKG_VERSION:=1.7.0 +PKG_VERSION:=1.7.1 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/ameshkov/dnslookup/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=1be8fa1b4d8e3b442dbfba9f463292e81b3c3fbd9a0cf3918a553b46a5014046 +PKG_HASH:=21a6905cb6a5acea09d110f35b3c0720fc8019fff17bc47e00cff7e7ac03d560 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT