main/perl-net-cidr: upgrade to 0.20

This commit is contained in:
Leo 2019-08-25 01:10:05 -03:00 committed by Natanael Copa
parent 589440fc37
commit c81bc2ce8b

View File

@ -2,16 +2,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-net-cidr
_pkgname=Net-CIDR
pkgver=0.19
pkgver=0.20
pkgrel=0
pkgdesc="Manipulate IPv4/IPv6 netblocks in CIDR notation"
url="http://search.cpan.org/dist/Net-CIDR/"
url="https://metacpan.org/release/Net-CIDR"
arch="noarch"
license="GPL+ or Artistic"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl"
makedepends="perl-dev"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/M/MR/MRSAM/$_pkgname-$pkgver.tar.gz"
source="https://cpan.metacpan.org/authors/id/M/MR/MRSAM/Net-CIDR-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
@ -32,4 +32,4 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
sha512sums="2872fd4cd2dffdc56a3ad3ce4a2cb93221f2aae86c9f6875bd4a0323313c0dfa205ac9cd32173594aecfccd0d9b9c32123c3c8da3faf4109734aed43f5418820 Net-CIDR-0.19.tar.gz"
sha512sums="e00fd79bc21e9e56e74cb8de90372daf12e23a2be9a3cbfe328c2d72b7a280faba8368d89f8df11c79e2be47874b24f225504747c468498950ff33c9996cc314 Net-CIDR-0.20.tar.gz"