diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-01 14:37:33 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-04-05 07:05:26 +0000 |
commit | 5306a6f8e693cc789338fce56c3ef23f59220fb5 (patch) | |
tree | b93590f31e58bc6178e82ebb2cbbcaf2d09226c0 /main/cython | |
parent | bf0dcee49c12512d7bed87452247cd487e2e3265 (diff) | |
download | aports-5306a6f8e693cc789338fce56c3ef23f59220fb5.tar.bz2 aports-5306a6f8e693cc789338fce56c3ef23f59220fb5.tar.xz |
main/cython: upgrade to 0.28.1
Diffstat (limited to 'main/cython')
-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 76c531fe36..91610a09d9 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.27.3 +pkgver=0.28.1 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="6aadabbfb6f8b28d570ac586f993a47d8963a17cc7a5cbe1e31deb12e9ee03d794760a9fe8a6a704d232861f9b316b4ab415c096fc299f7df35e336302114d05 cython-0.27.3.tar.gz" +sha512sums="3346ebe01049ff6628f74ee1904d440680ccc7fc09c51afd26d6e05264318678c9fb64da4d98703d3e687662e98125e0b182d01cb9276cbb4fcb014ecb35be63 cython-0.28.1.tar.gz" |