X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id EACDEDC3D52 for ; Sun, 10 May 2015 21:06:18 +0000 (UTC) Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 9D7B9DC0EDD for ; Sun, 10 May 2015 21:06:12 +0000 (UTC) Received: from [81.4.121.188] (port=52832 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1YrYQL-001P6h-8E; Sun, 10 May 2015 22:06:09 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH 1/2] testing/perl-iptables-chainmgr: update to 1.3 Date: Sun, 10 May 2015 21:05:59 +0000 Message-Id: <1431291960-83476-2-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.4.0 In-Reply-To: <1431291960-83476-1-git-send-email-developer@it-offshore.co.uk> References: <1431291960-83476-1-git-send-email-developer@it-offshore.co.uk> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-From-Rewrite: unmodified, already matched X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/perl-iptables-chainmgr/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/testing/perl-iptables-chainmgr/APKBUILD b/testing/perl-iptables-chainmgr/APKBUILD index d27c488..55ea943 100644 --- a/testing/perl-iptables-chainmgr/APKBUILD +++ b/testing/perl-iptables-chainmgr/APKBUILD @@ -1,9 +1,9 @@ # Automatically generated by apkbuild-cpan, template 1 -# Contributor: IT Offshore -# Maintainer: IT Offshore +# Contributor: Stuart Cardall +# Maintainer: Stuart Cardall pkgname=perl-iptables-chainmgr _pkgreal=IPTables-ChainMgr -pkgver=1.2 +pkgver=1.3 pkgrel=0 pkgdesc="Perl extension for manipulating iptables and ip6tables policies" url="http://search.cpan.org/dist/IPTables-ChainMgr/" @@ -36,6 +36,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="53ef679af19c8e0696178ff42e60eaa4 IPTables-ChainMgr-1.2.tar.gz" -sha256sums="60818e10a8153d661caf9248237027007bc3d45c1836cff43e7bd5e0723060a5 IPTables-ChainMgr-1.2.tar.gz" -sha512sums="1d8ff4f3db77dac8fa82a7e1a67a1d01dae1a8ea0847a43b14f8179cc1018b4109b5ed47700ece9739c8f5448dbbf4ea16094fac73638ff96327ac4014a25e27 IPTables-ChainMgr-1.2.tar.gz" +md5sums="f5ff3a84503707782e38362bdc7b8b67 IPTables-ChainMgr-1.3.tar.gz" +sha256sums="ec986c4823a9059ba785a04ebaba80d76ef42140eed6008463bc9d835645d673 IPTables-ChainMgr-1.3.tar.gz" +sha512sums="88ecd8ee9e21bdea402581ed456d1ea8e6845ebb034f979ba6cfd9528199b6899c1fc8ed1767ba1756565f8b4bfb3d3a364dae2d0d668861418f2a2def5596c3 IPTables-ChainMgr-1.3.tar.gz" -- 2.4.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---