From de1c5758a229a910b7233fa4bdc821e228409b18 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 9 Jun 2025 18:12:51 +0200 Subject: [PATCH] whois: update to 5.6.2. --- srcpkgs/whois/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/whois/template b/srcpkgs/whois/template index fe8927af7e5..fae849bb908 100644 --- a/srcpkgs/whois/template +++ b/srcpkgs/whois/template @@ -1,6 +1,6 @@ # Template file for 'whois' pkgname=whois -version=5.6.1 +version=5.6.2 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=86b4d99d1ea219d2eaa20257b9c549642f101393b4b9369c391370a39341fc32 +checksum=7fbcbc00b7aa321ac1af28a85d86d3ce7b11db1d4a2317b25407be04e506ead0 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel"