diff options
author | krant <aleksey.vasilenko@gmail.com> | 2024-03-15 15:04:48 +0200 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2024-03-15 15:53:41 +0100 |
commit | b69ffe14a992fd3deca123415cc3dd9897cf7807 (patch) | |
tree | a64913fa219e368bafa2c593b9d511f2355ff67b /utils/whois | |
parent | 704e10157e72247ea00f3cc5e83a6b5874388bd1 (diff) |
whois: update to 5.5.21
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
Diffstat (limited to 'utils/whois')
-rw-r--r-- | utils/whois/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/whois/Makefile b/utils/whois/Makefile index daa366906..d0f850a47 100644 --- a/utils/whois/Makefile +++ b/utils/whois/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=whois -PKG_VERSION:=5.5.20 +PKG_VERSION:=5.5.21 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/w/whois -PKG_HASH:=42085102dfad82067abe2d5d1cfca59586573dee528718559b022e762bb85cf1 +PKG_HASH:=760ab584beae76acdcc89c6aec2e91cff571185bccc2bee8e4412a3f8e70be77 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DEPENDS:=perl/host |