diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-25 11:44:20 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-25 11:44:20 +0000 |
commit | c383001ea455a877be13e359f5c8aa1f876c41d6 (patch) | |
tree | 554ac03c90b2fabf35904fde2d18c2ce6dcf9925 /testing/py-sortedcontainers | |
parent | 7b5311da820fc5307c11ce89c5c9e703c61b6397 (diff) | |
download | aports-c383001ea455a877be13e359f5c8aa1f876c41d6.tar.bz2 aports-c383001ea455a877be13e359f5c8aa1f876c41d6.tar.xz |
testing/py-sortedcontainers: upgrade to 2.0.4
Diffstat (limited to 'testing/py-sortedcontainers')
-rw-r--r-- | testing/py-sortedcontainers/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-sortedcontainers/APKBUILD b/testing/py-sortedcontainers/APKBUILD index eb7e47d35e..f1e4b67ccd 100644 --- a/testing/py-sortedcontainers/APKBUILD +++ b/testing/py-sortedcontainers/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=py-sortedcontainers _pkgname=sortedcontainers -pkgver=2.0.3 +pkgver=2.0.4 pkgrel=0 pkgdesc="Python library for sorting collections and containers" url="http://www.grantjenks.com/docs/sortedcontainers" @@ -49,4 +49,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="7afe0f3b56dd8815d1349f3175f5e3906d2cb20f348f873d4877eb2f1c863daa5efd7d5fe8f225d104ad15d3250b8f961ab93bc9594fc6271120d7cfc01226eb sortedcontainers-2.0.3.tar.gz" +sha512sums="e6adde0bd0983d537823c50c8e862cc6dae2ae4b4d9a84e1ca78637825a14b64519764cf5b8981365d193797ff8b8fa830fddcd7f757244ff9bedb34e932b736 sortedcontainers-2.0.4.tar.gz" |