Skip to content

Commit

Permalink
Revert "dnslookup: Update to 1.9.2"
Browse files Browse the repository at this point in the history
This version requires Go 1.20+ to build.

This reverts commit 96112e3.

Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Aug 15, 2023
1 parent a04183a commit 20dd795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/dnslookup/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
PKG_LICENSE:=MIT
Expand Down

0 comments on commit 20dd795

Please sign in to comment.