aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-31 23:07:05 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-01 03:01:17 +0000
commitf4c8cc6e55d518d997bbd26ead40779b12d06a11 (patch)
tree47a31683cb33185a3d018b8a8c001c7f84dc1386
parent35d8bd44bae47040588d7899063e7cbed250d861 (diff)
testing/py3-cleo: upgrade to 0.8.0
-rw-r--r--testing/py3-cleo/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-cleo/APKBUILD b/testing/py3-cleo/APKBUILD
index 2c9fb028ba3..cc843b7760e 100644
--- a/testing/py3-cleo/APKBUILD
+++ b/testing/py3-cleo/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=py3-cleo
_realname=cleo
-pkgver=0.7.6
+pkgver=0.8.0
pkgrel=0
pkgdesc="Python3 library to create beautiful and testable command-line interfaces"
options="!check" # No tests on pypi tarball, github uses pyproject.toml
@@ -22,4 +22,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="088d8f46cd680cadcf74d94be2f7b3cabbb7d91822eab03ffe13e29607b08d6887fa65965587db1f94cb2d8a0efb7470d196b0e07c71197d04b3b63298012d03 cleo-0.7.6.tar.gz"
+sha512sums="dd864e2d7478c19c28e92ec75a03859bdcabae0c5ecf6ce10946773be889470cbbede492e1421dd9567f333d1428ed5f006666f16beca2d4976372b1cc8840ef cleo-0.8.0.tar.gz"