diff options
author | prspkt <prspkt@protonmail.com> | 2019-06-30 16:12:50 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-06-30 16:13:59 +0300 |
commit | b7a01c72e3f6ef1e8b1ddfde56aedc9ccd90bfa5 (patch) | |
tree | 342760d98e572a9ec21ef8a35cc5538405a77983 | |
parent | 891970d925d82d8f3689e1732f3f1e00accf9e7b (diff) | |
download | aports-b7a01c72e3f6ef1e8b1ddfde56aedc9ccd90bfa5.tar.bz2 aports-b7a01c72e3f6ef1e8b1ddfde56aedc9ccd90bfa5.tar.xz |
community/cython: upgrade to 0.29.11
-rw-r--r-- | community/cython/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/cython/APKBUILD b/community/cython/APKBUILD index b05be798f6..3eeec72660 100644 --- a/community/cython/APKBUILD +++ b/community/cython/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Oleg Titov <oleg.titov@gmail.com> # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=cython -pkgver=0.29.10 +pkgver=0.29.11 pkgrel=0 pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages." url="https://cython.org" @@ -67,4 +67,4 @@ _py() { $_python setup.py install --prefix=/usr --root="$subpkgdir" --optimize=1 } -sha512sums="a78fbe21251beb598489194997218dd32f54d5d46cf684a517d563049ee185ed495dc874e3db9627e9f097dbb6cc0e80bfadd173c8de02d24079ef7b90133c4e cython-0.29.10.tar.gz" +sha512sums="3dc3b687f95f35a90e5c150222896b805dd2d0b40ef9449e7a1d3fe3497759c3971fed2e60cb54faa4a47145248719a3312e2cc2cd8fb361a8dd4f28b215a28c cython-0.29.11.tar.gz" |