diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2015-05-10 21:06:00 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-05-21 09:07:59 +0000 |
commit | 0b2981e56282fa328fe06cacec95f54e03c39647 (patch) | |
tree | 83084665b84f2e4ba11e7f6bb2f14e49ea490fe7 /testing/perl-iptables-parse | |
parent | fcb71937d2fd0b0555207fb5b145cb26e8822d6f (diff) | |
download | aports-0b2981e56282fa328fe06cacec95f54e03c39647.tar.bz2 aports-0b2981e56282fa328fe06cacec95f54e03c39647.tar.xz |
testing/perl-iptables-parse: update to 1.4
Diffstat (limited to 'testing/perl-iptables-parse')
-rw-r--r-- | testing/perl-iptables-parse/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/perl-iptables-parse/APKBUILD b/testing/perl-iptables-parse/APKBUILD index e1d35af703..64aab5398e 100644 --- a/testing/perl-iptables-parse/APKBUILD +++ b/testing/perl-iptables-parse/APKBUILD @@ -1,9 +1,9 @@ # Automatically generated by apkbuild-cpan, template 1 -# Contributor: IT Offshore <developer@it-offshore.co.uk> -# Maintainer: IT Offshore <developer@it-offshore.co.uk> +# Contributor: Stuart Cardall <developer@it-offshore.co.uk> +# Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=perl-iptables-parse _pkgreal=IPTables-Parse -pkgver=1.1 +pkgver=1.4 pkgrel=0 pkgdesc="Perl extension for parsing iptables and ip6tables firewall rulesets" url="http://search.cpan.org/dist/IPTables-Parse/" @@ -36,6 +36,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="e258a32c73f99697a6f52276bda15878 IPTables-Parse-1.1.tar.gz" -sha256sums="750ffb2edf09b7616cf5324fb5f770e8e2dafcdc779ea80eb7ff870cbf83adc3 IPTables-Parse-1.1.tar.gz" -sha512sums="7ebd035cefd982317fe0d4876b928c2b425f7e45578ef4bf299314e735260aae7ca9377ffd48f3f6097a36ab4154a9c996383f57fc1cb80ca66fc3ebf5e07059 IPTables-Parse-1.1.tar.gz" +md5sums="bb8239ab098d90d9e83ed4402b0242b0 IPTables-Parse-1.4.tar.gz" +sha256sums="6ff048af1c4db45924022181737a87006cab17d0ac970d1923f4d5e7dd37701e IPTables-Parse-1.4.tar.gz" +sha512sums="cbca1118b6da2ffba596b89d436b747749bf7d43dd754bd62fd0d4d5d5d401f9332c551bc137f49d11f5a3c01a1e368de14d9ba615c3e982c2c995aaf04e3421 IPTables-Parse-1.4.tar.gz" |