From 20dd7952abec042e66f79f46ee7823b76a0add4c Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 15 Aug 2023 09:40:35 +0800 Subject: [PATCH] Revert "dnslookup: Update to 1.9.2" This version requires Go 1.20+ to build. This reverts commit 96112e350816b98a69549e082eaadce640a9e92c. 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 9ad45e5da2..d4da7b21b8 100644 --- a/net/dnslookup/Makefile +++ b/net/dnslookup/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnslookup -PKG_VERSION:=1.9.2 +PKG_VERSION:=1.9.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:=0f9b19f57c0d2fbae03e6ba2f652af017e3ceb8f8ed2a3efb3f983e48bc304fe +PKG_HASH:=ac108b80f5d7b510ce1fdb1880470d177c5b89cf228c34302442527cf68bb76e PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT