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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LukenShiro 2015-11-09 18:01:26 +07:00 committed by Willy Sudiarto Raharjo
parent 22f14d5c01
commit a774451575
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-net-dns
# Copyright 2008-2014 LukenShiro, Italy
# Copyright 2008-2015 LukenShiro, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-net-dns
VERSION=${VERSION:-0.78}
VERSION=${VERSION:-1.02}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -41,7 +41,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SRCNAM=Net-DNS
DOCFILES="TODO Changes README"
DOCFILES="Changes README"
# LIBDIRSUFFIX not used
if [ "$ARCH" = "i486" ]; then

View file

@ -1,8 +1,8 @@
PRGNAM="perl-net-dns"
VERSION="0.78"
VERSION="1.02"
HOMEPAGE="https://metacpan.org/pod/Net::DNS"
DOWNLOAD="http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-0.78.tar.gz"
MD5SUM="38862c7df536b514c5eec9004b57aa70"
DOWNLOAD="http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.02.tar.gz"
MD5SUM="adbb3fd9bc1677d8fd79605925a35106"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-digest-hmac perl-net-ip"