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 17AF9DD19B1 for ; Sat, 12 Dec 2015 12:25:31 +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 AE4F5DCDE00 for ; Sat, 12 Dec 2015 12:25:30 +0000 (UTC) Received: from [81.4.121.188] (port=37736 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1a7jEs-002erR-SL for alpine-aports@lists.alpinelinux.org; Sat, 12 Dec 2015 12:25:26 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 01/15] main/perl-compress-raw-zlib: update to 2.069 Date: Sat, 12 Dec 2015 12:25:12 +0000 Message-Id: <1449923126-5577-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.6.3 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: --- main/perl-compress-raw-zlib/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main/perl-compress-raw-zlib/APKBUILD b/main/perl-compress-raw-zlib/APKBUILD index 0465957..398aa34 100644 --- a/main/perl-compress-raw-zlib/APKBUILD +++ b/main/perl-compress-raw-zlib/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Leonardo Arena pkgname=perl-compress-raw-zlib _realname=Compress-Raw-Zlib -pkgver=2.065 -pkgrel=1 +pkgver=2.069 +pkgrel=0 pkgdesc="Perl low-level interface to zlib compression library" url="http://search.cpan.org/dist/Compress-Raw-Zlib/" arch="all" @@ -30,6 +30,6 @@ package() { find "$pkgdir" -name perllocal.pod -delete } -md5sums="b9588cabfb3c3ab35a7f5284f47b80ee Compress-Raw-Zlib-2.065.tar.gz" -sha256sums="37b819fcd320f268d96c37ea75193f167e9e42c3025b4183543722bbdb8009c4 Compress-Raw-Zlib-2.065.tar.gz" -sha512sums="4a46564269fe9862f8ad1b843f5bc8bc2838742d2d8c4b5a7f99d1dad23fe537f6cc3e9c926ddd05758f2c2ef338de4a8e2d88da1c858085959b6b8c1ff433f4 Compress-Raw-Zlib-2.065.tar.gz" +md5sums="c1f99178e6e29b0037785afa6d8bbcff Compress-Raw-Zlib-2.069.tar.gz" +sha256sums="9a647fe7d2e6122370372a11c1e3a2e2b54c90bba595cad170854fdaa8a64619 Compress-Raw-Zlib-2.069.tar.gz" +sha512sums="eadb0b862042f7fe4935f8752b976420d2033e653c610ab97f64d80ee14bcdb9ffa73e1bdcc1a554d5a1a5314580b3398d79d3174b3820e41dc906cdd9b6bfae Compress-Raw-Zlib-2.069.tar.gz" -- 2.6.3 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---