summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author pyllyukko2024-03-02 09:37:00 +0100
committer Willy Sudiarto Raharjo2024-03-05 11:31:15 +0100
commite6c354a72c13a19a3c73374d4c99f33d13c42b6f (patch)
tree007719e954638256394afac75a4df2f7c0b87a3a /perl
parentd60a1d77ef5a566c94d6ab2ff39793b28f44e254 (diff)
downloadslackbuilds-e6c354a72c13a19a3c73374d4c99f33d13c42b6f.tar.gz
perl/perl-net-dns: Updated for version 1.44.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-net-dns/perl-net-dns.SlackBuild4
-rw-r--r--perl/perl-net-dns/perl-net-dns.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/perl/perl-net-dns/perl-net-dns.SlackBuild b/perl/perl-net-dns/perl-net-dns.SlackBuild
index cbb70831dc..e96faaaeff 100644
--- a/perl/perl-net-dns/perl-net-dns.SlackBuild
+++ b/perl/perl-net-dns/perl-net-dns.SlackBuild
@@ -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
diff --git a/perl/perl-net-dns/perl-net-dns.info b/perl/perl-net-dns/perl-net-dns.info
index c4638b9728..7a20c7800e 100644
--- a/perl/perl-net-dns/perl-net-dns.info
+++ b/perl/perl-net-dns/perl-net-dns.info
@@ -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"