diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-02 19:32:18 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-02 19:32:18 +0000 |
commit | 0ad5f4ebf5b79e3d7c63ab2fd424f9e94a00ea59 (patch) | |
tree | 9b2aa9d859bac90ba5ac016320b37130f36e8980 /testing/py-sortedcontainers/APKBUILD | |
parent | de323fca1f6b72d151fe70d1841c93ed06bee30a (diff) | |
download | aports-0ad5f4ebf5b79e3d7c63ab2fd424f9e94a00ea59.tar.bz2 aports-0ad5f4ebf5b79e3d7c63ab2fd424f9e94a00ea59.tar.xz |
testing/py-sortedcontainers: upgrade to 2.0.3
Diffstat (limited to 'testing/py-sortedcontainers/APKBUILD')
-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 77591439ef..eb7e47d35e 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.2 +pkgver=2.0.3 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="cc4686ad8487d2d7e51969f3132e8b6d12d7b20c0918830874e89f2e7330fcb6972e6243e9d8addf9e0c035ada6a4e2ccdfbcecd30794bae28f0fb36c548ddf3 sortedcontainers-2.0.2.tar.gz" +sha512sums="7afe0f3b56dd8815d1349f3175f5e3906d2cb20f348f873d4877eb2f1c863daa5efd7d5fe8f225d104ad15d3250b8f961ab93bc9594fc6271120d7cfc01226eb sortedcontainers-2.0.3.tar.gz" |