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 A7E78DC577B for ; Thu, 17 Dec 2015 05:24:42 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [81.4.121.103]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 282AFDC1649; Thu, 17 Dec 2015 05:24:41 +0000 (UTC) Received: from localhost (ip5f5aca70.dynamic.kabel-deutschland.de [95.90.202.112]) by lithium.8pit.net (OpenSMTPD) with ESMTPSA id 096c7d5d TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 17 Dec 2015 06:24:37 +0100 (CET) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 3/7] main/perl: upgrade to 5.22.1 Date: Thu, 17 Dec 2015 06:24:25 +0100 Message-Id: <1450329869-2554-3-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.6.4 In-Reply-To: <1450329869-2554-1-git-send-email-soeren+git@soeren-tempel.net> References: <1450329869-2554-1-git-send-email-soeren+git@soeren-tempel.net> 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/APKBUILD | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/main/perl/APKBUILD b/main/perl/APKBUILD index d933a80..8f0aa16 100644 --- a/main/perl/APKBUILD +++ b/main/perl/APKBUILD @@ -1,23 +1,21 @@ # Maintainer: Natanael Copa # Contributor: Leonardo Arena pkgname=perl -pkgver=5.22.0 +pkgver=5.22.1 pkgrel=0 pkgdesc="Larry Wall's Practical Extraction and Report Language" -url=http://www.perl.org +url="http://www.perl.org/" arch="all" license="Artistic GPL2" -source="http://www.cpan.org/src/5.0/perl-$pkgver.tar.gz - " options="!fhs" - -depends= +depends="" depends_dev="perl" -makedepends= +makedepends="" subpackages="$pkgname-dev $pkgname-doc miniperl" +source="http://www.cpan.org/src/5.0/perl-$pkgver.tar.gz + " _builddir="$srcdir/$pkgname-$pkgver" - prepare() { cd $_builddir for i in $source; do @@ -96,7 +94,6 @@ dev() { done } - -md5sums="e32cb6a8dda0084f2a43dac76318d68d perl-5.22.0.tar.gz" -sha256sums="0c690807f5426bbd1db038e833a917ff00b988bf03cbf2447fa9ffdb34a2ab3c perl-5.22.0.tar.gz" -sha512sums="751c715f6483109fcaf3304115751a3bddb50f5e648efc767fd796e3959f42ab88b6471a6ad901667f18eda4d9bfbc85cb091d582b6fc66fcab77668f41d1e0c perl-5.22.0.tar.gz" +md5sums="19295bbb775a3c36123161b9bf4892f1 perl-5.22.1.tar.gz" +sha256sums="2b475d0849d54c4250e9cba4241b7b7291cffb45dfd083b677ca7b5d38118f27 perl-5.22.1.tar.gz" +sha512sums="cead35f0dfea61104066a9e8e00bde7b33783f5f6cbef6c3307c3425453aec14c37775e9284b1235e9f14d76cae3455e3e215c16e31eee780917d9ec9490346a perl-5.22.1.tar.gz" -- 2.6.4 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---