diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-13 05:27:38 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-13 06:13:02 +0100 |
commit | dcc153fa7809ecfea9a35785e95d3e458e4fd0b8 (patch) | |
tree | 22dadbcd9f31d0c1a58e8a96d7e27fb2fd46876d /testing | |
parent | ed87f9063f29a79bd21de7763e8c6e7e289c62de (diff) | |
download | aports-dcc153fa7809ecfea9a35785e95d3e458e4fd0b8.tar.bz2 aports-dcc153fa7809ecfea9a35785e95d3e458e4fd0b8.tar.xz |
testing/py3-cleo: upgrade to 0.7.6
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-cleo/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-cleo/APKBUILD b/testing/py3-cleo/APKBUILD index 568665463b..122f25a1bd 100644 --- a/testing/py3-cleo/APKBUILD +++ b/testing/py3-cleo/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-cleo _realname=cleo -pkgver=0.6.8 -pkgrel=2 +pkgver=0.7.6 +pkgrel=0 pkgdesc="Python3 library to create beautiful and testable command-line interfaces" options="!check" # No tests on pypi tarball, github uses pyproject.toml url="https://github.com/sdispater/cleo" @@ -22,4 +22,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="944f65e5608329a4715afcdb76d1f5dfec188a886d8f5e907fa03b3d3c9594b9a61679cceb7fddcdc2c62655a9acb015b36cac04b6ab0ef131fe62cade350a60 cleo-0.6.8.tar.gz" +sha512sums="088d8f46cd680cadcf74d94be2f7b3cabbb7d91822eab03ffe13e29607b08d6887fa65965587db1f94cb2d8a0efb7470d196b0e07c71197d04b3b63298012d03 cleo-0.7.6.tar.gz" |