diff options
-rw-r--r-- | community/py-scipy/APKBUILD (renamed from testing/py-scipy/APKBUILD) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-scipy/APKBUILD b/community/py-scipy/APKBUILD index 11aa324471..a52e8c2370 100644 --- a/testing/py-scipy/APKBUILD +++ b/community/py-scipy/APKBUILD @@ -1,7 +1,7 @@ -# Contributor: Isaac Dunham <ibid.ag@gmail.com> +# Contributor: Martell Malone <martellmalone@gmail.com> # Maintainer: Isaac Dunham <ibid.ag@gmail.com> pkgname=py-scipy -pkgver=0.19.1 +pkgver=1.0.0 pkgrel=1 pkgdesc="Python library for scientific computing" url="http://www.scipy.org" @@ -45,4 +45,4 @@ _py() { } -sha512sums="a9717bc42d5812f6929ceb330717be612c85d436d0134a0a6f5a9f802accb78090ace36e8b90759023a56e665dc95c439a1e0b51e4965bb51139ee0c9da1b695 py-scipy-0.19.1.tar.gz" +sha512sums="7d55c5660ac606933d517171a229b288fd0ea8d9fdd8e30fac3d294545a26b2700c7b100b014a93231c4122dee0f1ddd741c00f5902643a6ccc287cdf581da7a py-scipy-1.0.0.tar.gz" |