diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-24 16:22:26 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-24 16:57:03 -0300 |
commit | b76d536099db310c4ba2c109bbcf7c43fa8a221f (patch) | |
tree | 0cd7d5aef6b2908d7fd3c44a466d28026458ff7c /testing/py3-clikit | |
parent | 404e7e189d0e5de770d9326addf415d7eb4c58d7 (diff) | |
download | aports-b76d536099db310c4ba2c109bbcf7c43fa8a221f.tar.bz2 aports-b76d536099db310c4ba2c109bbcf7c43fa8a221f.tar.xz |
testing/py3-clikit: upgrade to 0.3.0
Diffstat (limited to 'testing/py3-clikit')
-rw-r--r-- | testing/py3-clikit/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-clikit/APKBUILD b/testing/py3-clikit/APKBUILD index 27e12f8e71..9c8fe83e33 100644 --- a/testing/py3-clikit/APKBUILD +++ b/testing/py3-clikit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-clikit _realname=clikit -pkgver=0.2.4 +pkgver=0.3.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="be274997595a75afa3d3369fcaf32c8a02a6845d23bda37feeb021f9edeb623c65551c52f13098af799b14ca0b247fbb835867a7ec1993ffdef9426f3e03f6cb clikit-0.2.4.tar.gz" +sha512sums="cf2d432ab0413dce19bee9daee8a6b8a31a12380e560d542758081acd1e2888513ef375e995ae45e97dcea702e4427d3480d8e00cd080d133407c46e468b4714 clikit-0.3.0.tar.gz" |