From 797c8b6c47230aa90c8b57e24c1cf22de5c57c5a Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 5 Nov 2021 13:42:54 +0800 Subject: [PATCH] dnslookup: Update to 1.5.0 Signed-off-by: Tianling Shen --- net/dnslookup/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dnslookup/Makefile b/net/dnslookup/Makefile index 160c1abba..078373545 100644 --- a/net/dnslookup/Makefile +++ b/net/dnslookup/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnslookup -PKG_VERSION:=1.4.9 +PKG_VERSION:=1.5.0 PKG_RELEASE:=$(AUTORELESE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/ameshkov/dnslookup/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=8e9cfd9a539658d7fda577cd0044ca145bbcf6cebd3520ccfce25f9cced38ff2 +PKG_HASH:=157ceb453a760b97f049f6a7cfa074cbfdb2623e15d2af6686ce45a997c66f7a PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT