From 7202418647d26b9f45b20d29ee16760696999374 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 28 May 2024 14:17:53 +0200 Subject: [PATCH] whois: update to 5.5.23. --- srcpkgs/whois/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/whois/template b/srcpkgs/whois/template index da18d2498f0..bc8e6f6a9bb 100644 --- a/srcpkgs/whois/template +++ b/srcpkgs/whois/template @@ -1,6 +1,6 @@ # Template file for 'whois' pkgname=whois -version=5.5.22 +version=5.5.23 revision=1 build_style=gnu-makefile make_build_args="HAVE_ICONV=1 CONFIG_FILE=/etc/whois.conf" @@ -13,8 +13,8 @@ maintainer="Duncaen " 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/${pkgname}/${pkgname}_${version}.tar.xz" -checksum=03f12c27ae85870d7bcd95b14f3fb8b174532b2f2a59d8380c42ae436d0630d7 +distfiles="${DEBIAN_SITE}/main/w/whois/whois_${version}.tar.xz" +checksum=35c04e46bd8435f46e446a817728b5fae2f0a389033a9383e5e20bb6e8fba14a if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel"