diff options
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" |