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 ECA2BDC5B5E 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 9C445DC0409 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-Gx; Sun, 10 May 2015 22:06:09 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH 2/2] testing/perl-iptables-parse: update to 1.4 Date: Sun, 10 May 2015 21:06:00 +0000 Message-Id: <1431291960-83476-3-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-parse/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/testing/perl-iptables-parse/APKBUILD b/testing/perl-iptables-parse/APKBUILD index e1d35af..64aab53 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 -# Maintainer: IT Offshore +# Contributor: Stuart Cardall +# Maintainer: Stuart Cardall 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" -- 2.4.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---