perl/perl-net-dns: Updated for version 1.44.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
pyllyukko 2024-03-02 10:37:00 +02:00 committed by Willy Sudiarto Raharjo
parent d60a1d77ef
commit e6c354a72c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-net-dns
VERSION=${VERSION:-1.06}
VERSION=${VERSION:-1.44}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -51,7 +51,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SRCNAM=Net-DNS
DOCFILES="Changes README"
DOCFILES="Changes README LICENSE"
# LIBDIRSUFFIX not used
if [ "$ARCH" = "i586" ]; then

View File

@ -1,8 +1,8 @@
PRGNAM="perl-net-dns"
VERSION="1.06"
VERSION="1.44"
HOMEPAGE="https://metacpan.org/pod/Net::DNS"
DOWNLOAD="https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.06.tar.gz"
MD5SUM="ed17abd6e7e3ba0a8db42649e34a53ae"
DOWNLOAD="https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.44.tar.gz"
MD5SUM="e4694815daeeb6f7ac80e0a1fec6839b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-digest-hmac perl-net-ip"