perl-net-dns: bump to version 1.02

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Francois Perrad 2015-10-24 18:26:54 +02:00 committed by Peter Korsgaard
parent fff978be29
commit 3f71af7266
3 changed files with 4 additions and 8 deletions

View File

@ -1,11 +1,7 @@
config BR2_PACKAGE_PERL_NET_DNS
bool "perl-net-dns"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_DIGEST_HMAC
help
Net::DNS is a DNS resolver implemented in Perl.
http://www.net-dns.org
comment "perl-net-dns needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@ -1,3 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 f1d48107ff6b366479ad035783486d7a Net-DNS-0.83.tar.gz
sha256 8e1108d1801b9695909859323e1ed2f7ffb3b03dd3d2028a19fb79fc1a1d7c39 Net-DNS-0.83.tar.gz
md5 adbb3fd9bc1677d8fd79605925a35106 Net-DNS-1.02.tar.gz
sha256 9473c322b036592663bb20383e85190a682d142688b162efc975a61bcc7534f2 Net-DNS-1.02.tar.gz

View File

@ -4,11 +4,11 @@
#
################################################################################
PERL_NET_DNS_VERSION = 0.83
PERL_NET_DNS_VERSION = 1.02
PERL_NET_DNS_SOURCE = Net-DNS-$(PERL_NET_DNS_VERSION).tar.gz
PERL_NET_DNS_SITE = $(BR2_CPAN_MIRROR)/authors/id/N/NL/NLNETLABS
PERL_NET_DNS_DEPENDENCIES = perl-digest-hmac
PERL_NET_DNS_LICENSE = Artistic or GPLv1+
PERL_NET_DNS_LICENSE = MIT
PERL_NET_DNS_LICENSE_FILES = README
$(eval $(perl-package))