aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2022-05-25 16:27:50 +0800
committerRosen Penev <rosenp@gmail.com>2022-05-25 17:00:34 -0700
commit202f0007d66fc2145f5d6856b82224f3ac656113 (patch)
treebea1d7a94b3fc5e04ce9fb91bf5330c3e7e37cdc
parent20a51c2efd60eea79abd210043fc5961732567b9 (diff)
dnslookup: Update to 1.7.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
-rw-r--r--net/dnslookup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dnslookup/Makefile b/net/dnslookup/Makefile
index 68d06142d..dae13b182 100644
--- a/net/dnslookup/Makefile
+++ b/net/dnslookup/Makefile
@@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dnslookup
-PKG_VERSION:=1.6.0
+PKG_VERSION:=1.7.0
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:=c877a6a65f31dfb84db251491dfbeb88e7afb0fe865316d9ec8389764b89299a
+PKG_HASH:=1be8fa1b4d8e3b442dbfba9f463292e81b3c3fbd9a0cf3918a553b46a5014046
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
PKG_LICENSE:=MIT