X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by lists.alpinelinux.org (Postfix) with ESMTP id B4D895C52DF for ; Thu, 6 Apr 2017 16:10:33 +0000 (GMT) Received: from cotinga.riseup.net (unknown [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 6F9B61A2163 for ; Thu, 6 Apr 2017 16:10:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1491495033; bh=jzF8rzHvJz0WVasvqRl+ntwaaVmP00SDKLERiBUlI74=; h=From:To:Subject:Date:In-Reply-To:References:From; b=beLcmQo/Jxw8HJJNRY0pNKY/axdtcQgbI8Tn+nrtNCb2OUxvZlo7eiuy0H/ishnVP xYe+agvrJregV5NtBKtYMfR2eM8LQh63FD4UtbznGGDzUx2vdkJQQJXCxW/KA96KIC A9jXaA5W40bXq6+uCVXydiH3jaFMR86fBjxT/jOs= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pickfire) with ESMTPSA id 91B5242FDF From: Ivan Tham To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 2/5] main/py-pillow: upgrade to 4.1.0 Date: Fri, 7 Apr 2017 00:10:18 +0800 Message-Id: <20170406161021.6580-2-pickfire@riseup.net> In-Reply-To: <20170406161021.6580-1-pickfire@riseup.net> References: <20170406161021.6580-1-pickfire@riseup.net> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/py-pillow/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/py-pillow/APKBUILD b/main/py-pillow/APKBUILD index cdf345c2e7..8f3c0f76b6 100644 --- a/main/py-pillow/APKBUILD +++ b/main/py-pillow/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter pkgname=py-pillow _pkgname=Pillow -pkgver=4.0.0 -pkgrel=1 +pkgver=4.1.0 +pkgrel=0 pkgdesc="A Python Imaging Library" url="http://python-pillow.org/" arch="all" @@ -58,4 +58,4 @@ doc() { install -m 644 Scripts/* "$destdir"/Scripts/ } -sha512sums="61d4f5d0264289074b073ba2f531a9d94d5de4cbec1bfe12606454076dacd50c926934d364d6fb2336ab74d59a09a37b88a47620d7b76db565b3637db09a5b04 Pillow-4.0.0.tar.gz" +sha512sums="aaa91e8908a65c8acd661de3f074a26e42a3b7c168276f6da4c58636fe3b5ee2b16614ad2e7efcf219a4f5e5fb70d75ae7fba775fb96c3b7ee92b53353b06845 Pillow-4.1.0.tar.gz" -- 2.12.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---