aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/cython/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/cython/APKBUILD b/community/cython/APKBUILD
index d748f8e914b..b05be798f62 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.7
+pkgver=0.29.10
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="ad566d5c9aa22db9998cd822b00fec1811222fbb6c4c764964b7e970d2b89edda11021193a59d4b21ae55795807edc3feadbe21b21063c7354ee01dc721fea45 cython-0.29.7.tar.gz"
+sha512sums="a78fbe21251beb598489194997218dd32f54d5d46cf684a517d563049ee185ed495dc874e3db9627e9f097dbb6cc0e80bfadd173c8de02d24079ef7b90133c4e cython-0.29.10.tar.gz"