aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-06-11 14:42:33 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-06-11 18:11:05 +0000
commit40059f10dad04d5e9857929c454d93be77d519d3 (patch)
tree2f53c9b1369c2296e74d39b66c02b73705fd8700
parentfa6a35b13ae4d2665bdc35356dff9b44ab2e68ad (diff)
community/py3-sortedcontainers: upgrade to 2.2.2
-rw-r--r--community/py3-sortedcontainers/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-sortedcontainers/APKBUILD b/community/py3-sortedcontainers/APKBUILD
index 228f418391e..b574e3e0b3e 100644
--- a/community/py3-sortedcontainers/APKBUILD
+++ b/community/py3-sortedcontainers/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=py3-sortedcontainers
_pkgname=sortedcontainers
-pkgver=2.1.0
-pkgrel=3
+pkgver=2.2.2
+pkgrel=0
pkgdesc="Python library for sorting collections and containers"
url="http://www.grantjenks.com/docs/sortedcontainers"
arch="noarch"
@@ -29,4 +29,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="6fe2b6e7d030b67aa990d62160079852feaee7828164eae03a6477dc1704863f6ed0daadb44dc919653c66996d51f833b5858351a8fd5ad28998f8010a8ca1a4 sortedcontainers-2.1.0.tar.gz"
+sha512sums="4a7da8d76111b56bda432b211c11ef48ac8af25ddf7fd961cf72628c18f878a6c2a22e272e108f3e5ad88a333b8f646b54c8dd11c9c642349c9da001140abd16 sortedcontainers-2.2.2.tar.gz"