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 6E9FBDC791E for ; Tue, 6 Oct 2015 20:26:02 +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 3258ADC08B0 for ; Tue, 6 Oct 2015 20:26:02 +0000 (UTC) Received: from 97e139b8.skybroadband.com ([151.225.57.184]:48398 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZjYoA-003OOQ-5e; Tue, 06 Oct 2015 21:25:58 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] main/cython: update to 0.23.3 Date: Tue, 6 Oct 2015 20:26:01 +0000 Message-Id: <1444163161-3423-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.6.1 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 8cbc2d1..68c920b 100644 --- a/main/cython/APKBUILD +++ b/main/cython/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=cython -pkgver=0.23.2 +pkgver=0.23.3 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="8b38cad9005eae6192ecf80fce254a9c cython-0.23.2.tar.gz" -sha256sums="4ec38f360f9611a4c083b0a9ae21f0ce336824d0780d64315aa10112b9d47aa1 cython-0.23.2.tar.gz" -sha512sums="238cbc83b0ddbe36597edd6acfcb008f09bdb99cdb6ff8c926515a131f6ebd84cf92909d8e811ac7d98419caddcd8363305029db4349ee12673fa5ee1eab8223 cython-0.23.2.tar.gz" +md5sums="bfffae7b839449b70b0be8687fe8f2e8 cython-0.23.3.tar.gz" +sha256sums="4400985e708a130114d6b7ea152fe3bbccc4ef7beae34b98a96f15fa350a78c9 cython-0.23.3.tar.gz" +sha512sums="d88a773167f7e5a5b135891d12d8c05d5acc81240aff0181595431eb583be0ef2c808bec76e5bc78c56ac7dbeec2db4ee21753ea304bf593506fac4f201d30bb cython-0.23.3.tar.gz" -- 2.6.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---