From 03144bd6e06793370c5b3d1df4c4f88ce69bc1c5 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 5 May 2025 22:41:34 +0200 Subject: [PATCH] whois: update to 5.6.0. --- srcpkgs/whois/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/whois/template b/srcpkgs/whois/template index bc8e6f6a9bb..4cb79fd5dce 100644 --- a/srcpkgs/whois/template +++ b/srcpkgs/whois/template @@ -1,6 +1,6 @@ # Template file for 'whois' pkgname=whois -version=5.5.23 +version=5.6.0 revision=1 build_style=gnu-makefile make_build_args="HAVE_ICONV=1 CONFIG_FILE=/etc/whois.conf" @@ -14,7 +14,7 @@ license="GPL-2.0-or-later" homepage="https://www.linux.it/~md/software" changelog="https://raw.githubusercontent.com/rfc1036/whois/next/debian/changelog" distfiles="${DEBIAN_SITE}/main/w/whois/whois_${version}.tar.xz" -checksum=35c04e46bd8435f46e446a817728b5fae2f0a389033a9383e5e20bb6e8fba14a +checksum=4229f8b55c75f698ef6d01c8eb2ee880302a6ec63b7b8787e12400295b22f3e4 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel"