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 9AA4DDCE9C4 for ; Tue, 15 Sep 2015 15:27:58 +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 6B701DC14DF for ; Tue, 15 Sep 2015 15:27:58 +0000 (UTC) Received: from [81.4.121.188] (port=34885 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1Zbs95-003DMv-T0; Tue, 15 Sep 2015 16:27:48 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH 2/3] main/cython: update to 0.23.2 Date: Tue, 15 Sep 2015 15:27:46 +0000 Message-Id: <1442330867-18323-2-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.5.2 In-Reply-To: <1442330867-18323-1-git-send-email-developer@it-offshore.co.uk> References: <1442330867-18323-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-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/cython/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/cython/APKBUILD b/main/cython/APKBUILD index c4bb680..8cbc2d1 100644 --- a/main/cython/APKBUILD +++ b/main/cython/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=cython -pkgver=0.23.1 +pkgver=0.23.2 pkgrel=0 pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages." url="http://cython.org" @@ -34,6 +34,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="7b4ef17745ec330edb7f17104771f980 cython-0.23.1.tar.gz" -sha256sums="289c806d417a031561186809cbf3d54d32aac8572e3b18b9dbbc8690f781273f cython-0.23.1.tar.gz" -sha512sums="3bff5c4ea81a0259bb0265b1f23f2f5c7a0729fe43ea5f7ab17a3bb6f54fc18607a54aefeb7983ec6772fca08e4512017cdb36ca482eea45f39070ace1db565f cython-0.23.1.tar.gz" +md5sums="8b38cad9005eae6192ecf80fce254a9c cython-0.23.2.tar.gz" +sha256sums="4ec38f360f9611a4c083b0a9ae21f0ce336824d0780d64315aa10112b9d47aa1 cython-0.23.2.tar.gz" +sha512sums="238cbc83b0ddbe36597edd6acfcb008f09bdb99cdb6ff8c926515a131f6ebd84cf92909d8e811ac7d98419caddcd8363305029db4349ee12673fa5ee1eab8223 cython-0.23.2.tar.gz" -- 2.5.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---