summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-02-20 22:05:16 -0700
committerBrian Bidulock2018-02-20 22:05:16 -0700
commitb136a10f57d400c95ee3cf0e6fdcf93a6730c4d9 (patch)
treed7a5171e558ef41e539ae853f90a5b15c5a4b7c8
parent5fb1b773846bd91482a3d9e56c4bc88dc4a6ace8 (diff)
downloadaur-b136a10f57d400c95ee3cf0e6fdcf93a6730c4d9.tar.gz
uppkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ecc7ec31eb5..f6b6850cd243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = perl-net-netmask
pkgdesc = Parse, manipulate and lookup IP network blocks.
- pkgver = 1.9019
+ pkgver = 1.9022
pkgrel = 1
url = https://metacpan.org/release/Net-Netmask
arch = any
license = GPL
license = PerlArtistic
options = !emptydirs
- source = http://cpan.metacpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9019.tar.gz
- md5sums = 406995de27f55980f50f0bfbeb3c2d27
+ source = http://cpan.metacpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9022.tar.gz
+ md5sums = 67cee41e2214bd0934ff96944b29130c
pkgname = perl-net-netmask
diff --git a/PKGBUILD b/PKGBUILD
index bb3ad594caa9..38cadc947fdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=perl-net-netmask
_cpanname=Net-Netmask
_module=Net::Netmask
-pkgver=1.9019
+pkgver=1.9022
pkgrel=1
pkgdesc="Parse, manipulate and lookup IP network blocks."
arch=('any')
@@ -13,7 +13,7 @@ license=('GPL' 'PerlArtistic')
depends=()
options=('!emptydirs')
source=("http://cpan.metacpan.org/authors/id/M/MU/MUIR/modules/${_cpanname}-${pkgver}.tar.gz")
-md5sums=('406995de27f55980f50f0bfbeb3c2d27')
+md5sums=('67cee41e2214bd0934ff96944b29130c')
build() {
cd "$srcdir/$_cpanname-$pkgver"