summaryrefslogtreecommitdiff
path: root/pcr/perl-iptables-chainmgr
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-01-04 14:44:41 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-01-04 14:44:41 -0300
commit0babb9dd63ae6d39726986c85cbc0290ece5a137 (patch)
treec0737ec423060dcbca8d0205ca223a43fdf2d5c7 /pcr/perl-iptables-chainmgr
parent02ca19ddd8f3ba6692b05c52d88d781e40e36184 (diff)
perl-iptables-chainmgr-1.5-1: updating version
Diffstat (limited to 'pcr/perl-iptables-chainmgr')
-rw-r--r--pcr/perl-iptables-chainmgr/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/perl-iptables-chainmgr/PKGBUILD b/pcr/perl-iptables-chainmgr/PKGBUILD
index 11a2120a6..2933a3187 100644
--- a/pcr/perl-iptables-chainmgr/PKGBUILD
+++ b/pcr/perl-iptables-chainmgr/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Márcio Silva <coadde@parabola.nu>
pkgname=perl-iptables-chainmgr
-pkgver=1.3
+pkgver=1.5
pkgrel=1
pkgdesc="IPTables::ChainMgr - Perl extension for manipulating iptables and ip6tables policies"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,7 +12,7 @@ license=('Artistic2.0')
depends=('perl' 'iptables' 'perl-iptables-parse>=0.9' 'perl-netaddr-ip>=4.0')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/M/MR/MRASH/IPTables-ChainMgr-$pkgver.tar.gz)
-md5sums=(f5ff3a84503707782e38362bdc7b8b67)
+md5sums=('21847466a9e83e3bdfd4ee2263dd6517')
build() {
cd $srcdir/IPTables-ChainMgr-$pkgver