perl/perl-net-dns: Updated for version 1.02.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
22f14d5c01
commit
a774451575
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue