perl-Net-DNS:ver bump

This commit is contained in:
bluedevil
2020-10-02 23:44:03 +02:00
parent 3a6d73c515
commit d365eeb57a
2 changed files with 13 additions and 2 deletions
@@ -10,16 +10,20 @@ from pisi.actionsapi import perlmodules
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("Changes", "README")
pisitools.dodoc("Changes", "README")
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Perl interface to the DNS resolver</Summary>
<Description>Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of gethostbyname and gethostbyaddr.</Description>
<Archive sha1sum="5064b84b3200b15d9935447a66344d7be0c1510b" type="targz">https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.26.tar.gz</Archive>
<Archive sha1sum="76a53278bbceffecc3c52d4728384aa0c4a50581" type="targz">https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.27.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<!-- Test Dependency -->
@@ -50,6 +50,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-10-01</Date>
<Version>1.27</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-07-20</Date>
<Version>1.26</Version>