diff options
author | prspkt <prspkt@protonmail.com> | 2019-06-13 02:30:07 +0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-14 05:12:08 -0300 |
commit | ac5913b09436edbabb7b27c0ada226d8757f4105 (patch) | |
tree | ae67455b80a17c6e9047f6d912d727bb1858f28f | |
parent | 0e898afd3d2da74925c0994a91754e7a49eab64e (diff) | |
download | aports-ac5913b09436edbabb7b27c0ada226d8757f4105.tar.bz2 aports-ac5913b09436edbabb7b27c0ada226d8757f4105.tar.xz |
community/cython: upgrade to 0.29.10
-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 d748f8e914..b05be798f6 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" |