diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-08-16 17:22:46 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2023-08-16 17:22:46 +0800 |
commit | eb2fe11957917670dff644940fbc108ac1400e89 (patch) | |
tree | 7a91bd5bd81a2576cb35374b25bfe5416fe8609e /net | |
parent | f464134262ac0cd9f74f6b3a1af5dde98441e85e (diff) |
dnslookup: Update to 1.9.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/dnslookup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dnslookup/Makefile b/net/dnslookup/Makefile index 1c178a76b..3ac257c33 100644 --- a/net/dnslookup/Makefile +++ b/net/dnslookup/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnslookup -PKG_VERSION:=1.9.1 +PKG_VERSION:=1.9.2 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:=ac108b80f5d7b510ce1fdb1880470d177c5b89cf228c34302442527cf68bb76e +PKG_HASH:=0f9b19f57c0d2fbae03e6ba2f652af017e3ceb8f8ed2a3efb3f983e48bc304fe PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=MIT |