diff options
author | krant <aleksey.vasilenko@gmail.com> | 2024-04-12 05:54:50 +0300 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2024-04-12 05:45:49 +0200 |
commit | ecc4ecb9d52a959f5c8e1451105e66f44fb0704c (patch) | |
tree | ee36a922fb87bc9f797ee812bf860236bb582ab8 /utils | |
parent | 1cdbbea0ac76012a8acb5c9f765eed84ffa9c094 (diff) |
whois: update to 5.5.22
- Don't override PKG_BUILD_DIR since tarball is now properly constructed
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/whois/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/whois/Makefile b/utils/whois/Makefile index d0f850a47..f16beb20e 100644 --- a/utils/whois/Makefile +++ b/utils/whois/Makefile @@ -1,14 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=whois -PKG_VERSION:=5.5.21 +PKG_VERSION:=5.5.22 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:=760ab584beae76acdcc89c6aec2e91cff571185bccc2bee8e4412a3f8e70be77 +PKG_HASH:=03f12c27ae85870d7bcd95b14f3fb8b174532b2f2a59d8380c42ae436d0630d7 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DEPENDS:=perl/host PKG_MAINTAINER:=Paul Spooren <mail@aparcar.org> |