diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-05-11 07:54:13 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-28 07:17:46 +0000 |
commit | 2010a48eba70cc1905ed305173211fbdc246660a (patch) | |
tree | 0e814f62f27f017d74d99421dc1c846e4094bc57 /main | |
parent | 5860b279fb106831068e7ef9e2d5e977fa75c869 (diff) | |
download | aports-2010a48eba70cc1905ed305173211fbdc246660a.tar.bz2 aports-2010a48eba70cc1905ed305173211fbdc246660a.tar.xz |
main/cython: upgrade to 0.28.2
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 91610a09d9..34fe7277ae 100644 --- a/main/cython/APKBUILD +++ b/main/cython/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall <developer@it-offshore.co.uk> # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=cython -pkgver=0.28.1 +pkgver=0.28.2 pkgrel=0 pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages." url="http://cython.org" @@ -25,4 +25,4 @@ package() { --root="$pkgdir" --optimize=1 } -sha512sums="3346ebe01049ff6628f74ee1904d440680ccc7fc09c51afd26d6e05264318678c9fb64da4d98703d3e687662e98125e0b182d01cb9276cbb4fcb014ecb35be63 cython-0.28.1.tar.gz" +sha512sums="4325cd7a5a7998da0b65e98fd4d8d61279f0cb693170ca7b904b61c2d8366b0240c8b4af73b8abe30530adf53bd4ebcacc49cc4f8a6273df88fa3ce7cb1f23b3 cython-0.28.2.tar.gz" |