diff options
author | krant <aleksey.vasilenko@gmail.com> | 2024-02-07 14:30:16 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-02-07 13:57:54 -0800 |
commit | 5c8955cd22d78ee5643b428aff613dbcfb33c7cc (patch) | |
tree | c20dc837f2cd028a6d219b5594a6272f19d37fbb /utils/whois/Makefile | |
parent | 4f0a87cfbbc417e11ce13329409a35d95b659628 (diff) |
whois: update to 5.5.20
- Refresh patches
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
Diffstat (limited to 'utils/whois/Makefile')
-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 0fa689fbc..daa366906 100644 --- a/utils/whois/Makefile +++ b/utils/whois/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=whois -PKG_VERSION:=5.5.10 +PKG_VERSION:=5.5.20 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:=2391037b079695d0e9fd3c85ab021809a539cf093d25b6c51ca65019a54158dd +PKG_HASH:=42085102dfad82067abe2d5d1cfca59586573dee528718559b022e762bb85cf1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DEPENDS:=perl/host |