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 34CA1DC108E for ; Wed, 23 Dec 2015 01:38:09 +0000 (UTC) Received: from apollo.thewebhostserver.com (unknown [46.28.50.181]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id E2C5EDC0FF2 for ; Wed, 23 Dec 2015 01:38:08 +0000 (UTC) Received: from [81.4.121.188] (port=50132 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1aBYNT-000DzI-BF for alpine-aports@lists.alpinelinux.org; Wed, 23 Dec 2015 01:38:07 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 1/2] testing/perl-iptables-chainmgr: update to 1.5 Date: Wed, 23 Dec 2015 01:38:11 +0000 Message-Id: <1450834692-26083-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.6.4 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-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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/perl-iptables-chainmgr/APKBUILD b/testing/perl-iptables-chainmgr/APKBUILD index f51bd46..a9fd5f0 100644 --- a/testing/perl-iptables-chainmgr/APKBUILD +++ b/testing/perl-iptables-chainmgr/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Stuart Cardall pkgname=perl-iptables-chainmgr _pkgreal=IPTables-ChainMgr -pkgver=1.4 +pkgver=1.5 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="f322a583ef49c82c0807237542ed5f35 IPTables-ChainMgr-1.4.tar.gz" -sha256sums="91041681d0635340dc1d1f360ea63a37fddf17eeed7984e506e078cadb622a66 IPTables-ChainMgr-1.4.tar.gz" -sha512sums="1175ca8b16df1ba6c7b16b2bf8b17afa8d860af1dd6b39397dd79d754c1eddc22f8ba5bfe0d78785a18086260b5b9fab1c855e85054c8a6188caf90f7e4dd03e IPTables-ChainMgr-1.4.tar.gz" +md5sums="21847466a9e83e3bdfd4ee2263dd6517 IPTables-ChainMgr-1.5.tar.gz" +sha256sums="e0b2c58d95628f99a60234ab8148d72b3b4fbcb570c4997d905b8069bbfcdb59 IPTables-ChainMgr-1.5.tar.gz" +sha512sums="e4232cad998750397cc4104138883a8e603a0e63a065be6a0245101fe851dbabce53808ed01c200c0f8e720a90788037aeb0f11b8065cd8db0f5aef419e6a184 IPTables-ChainMgr-1.5.tar.gz" -- 2.6.4 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---