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 4FA5E5C53CD for ; Sun, 7 May 2017 16:59:25 +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 14EDF1A14E9 for ; Sun, 7 May 2017 16:59:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1494176365; bh=jNUyfVudqiGqkI28h4BQ5RIAWP1JuBRVvUMSn0Z+xrk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fnkmJoe+jvRmW61toW6aNI8lFQFLmsM/latY03r0sf1J7W0WcCdpmFqc4GISzXHG2 jcv5tR2+i0XOKSffzPGJULzr3+EiMoAk1EOLH36tAh9KnBoq5EVZ3DxbMaW5R/I0Zt DiLPpSgZ6EfdGjxUT+E8GVspdQoqTjOvLr9vyuc0= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pickfire@riseup.net) by (cotinga) with ESMTPSA id 2BBF24AC5C From: Ivan Tham To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 2/8] main/py-icu: upgrade to 1.9.7 Date: Mon, 8 May 2017 00:59:09 +0800 Message-Id: <20170507165915.27204-2-pickfire@riseup.net> In-Reply-To: <20170507165915.27204-1-pickfire@riseup.net> References: <20170507165915.27204-1-pickfire@riseup.net> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/py-icu/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/py-icu/APKBUILD b/main/py-icu/APKBUILD index 69487a06a7..067df59dad 100644 --- a/main/py-icu/APKBUILD +++ b/main/py-icu/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Peter Bui pkgname=py-icu _pkgname=PyICU -pkgver=1.9.6 +pkgver=1.9.7 pkgrel=0 pkgdesc="Python binding for ICU" url="http://pyicu.osafoundation.org/" @@ -27,4 +27,4 @@ package() { python2 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="51ae0876dbe79c696a7630ec184049df685eebc4660b439b8a3e6e86ef37dfa8cdd0fd6895fc230f954baad30528f4017a7b6a17edc8f7e8b9e4c1bd729d447a PyICU-1.9.6.tar.gz" +sha512sums="ac4b9fa6e73eac9e223d4d3758a80611e4e4d78812b88b6ffb20f4b26012dc794cc242a0307cf16597677a552987dbfec3d047cf836f039721bbebab468c76f2 PyICU-1.9.7.tar.gz" -- 2.12.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---