From: Tianling Shen Date: Sun, 25 Dec 2022 06:57:49 +0000 (+0800) Subject: dnslookup: Update to 1.8.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=62cc9d2a39d35180f7f98cb7547da06c30795d0b;p=openwrt-packages.git dnslookup: Update to 1.8.1 Signed-off-by: Tianling Shen --- diff --git a/net/dnslookup/Makefile b/net/dnslookup/Makefile index 4d869cf6f..522e49812 100644 --- a/net/dnslookup/Makefile +++ b/net/dnslookup/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnslookup -PKG_VERSION:=1.8.0 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=1.8.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:=8358291240a27f20f4d635f9a27a9373144b723c4d73ee01374a9ed5c02126bd +PKG_HASH:=51b9cbc626e091eb7a98bc326ad026f36d95f8b5917f71f13011466fcdddb3f9 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MIT