diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2022-04-06 22:26:00 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2022-04-06 22:26:00 +0800 |
commit | b6a86a2b6395318b595a700831ca9172a6b81bda (patch) | |
tree | 42f8665ce9bdc09f35f8bc148f6b7a3cb48a644b /net/dnslookup | |
parent | ac670e8095c66b52b6fe04ca0ec9f129fb7ac357 (diff) |
dnslookup: Update to 1.6.0
Fixed typo error: `AUTORELESE` > `AUTORELEASE`.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/dnslookup')
-rw-r--r-- | net/dnslookup/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dnslookup/Makefile b/net/dnslookup/Makefile index 44f28a222..68d06142d 100644 --- a/net/dnslookup/Makefile +++ b/net/dnslookup/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnslookup -PKG_VERSION:=1.5.1 -PKG_RELEASE:=$(AUTORELESE) +PKG_VERSION:=1.6.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:=b09fc07d917cfe3d5b08bdf2e92aa9ee63928d86e3477724656dae5a50683c45 +PKG_HASH:=c877a6a65f31dfb84db251491dfbeb88e7afb0fe865316d9ec8389764b89299a PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=MIT |