diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-07 12:34:44 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-07 12:45:43 +0100 |
commit | a8ef52acb1d1f689e66b89d3031943887d2aa215 (patch) | |
tree | 54ce1201d0282d10475ebafa0190cbfdec75a74a /main | |
parent | 9317b302ef4b016c52802454578e7db6cc46e07c (diff) | |
download | aports-a8ef52acb1d1f689e66b89d3031943887d2aa215.tar.bz2 aports-a8ef52acb1d1f689e66b89d3031943887d2aa215.tar.xz |
main/cython: upgrade to 0.29.15
Diffstat (limited to 'main')
-rw-r--r-- | main/cython/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/cython/APKBUILD b/main/cython/APKBUILD index 1f2cd43fcf..ad9e41d87d 100644 --- a/main/cython/APKBUILD +++ b/main/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.14 +pkgver=0.29.15 pkgrel=0 pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages." url="https://cython.org" @@ -32,4 +32,4 @@ package() { install -Dm 644 README.rst "$pkgdir/usr/share/doc/cython/readme.rst" } -sha512sums="fa1575fc5ec7ee19de34f91a15bdd45d889f54217dbe2a9654604ada90d8d86fe7bceb86449c41b68d6b65459769916a0d7d5f5da21c5597aedc876cde4e37df cython-0.29.14.tar.gz" +sha512sums="bd0872359d31a41750353bb0d7f03c2a40aa2bf6e492148e693321cef15b02ae4f8d5f5a00efde7216f09a6ac06f2bb3ded9d00e27ad0cfc53605f3a9ef55af8 cython-0.29.15.tar.gz" |