diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-10-15 00:50:26 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-10-15 00:50:35 -0300 |
commit | 06889376abbb58d9a37ec2f343acc503f1b13023 (patch) | |
tree | 21a9f63b43d605857ca8a71d4b0eb562db707e79 | |
parent | f9db454088408d5ca070d4ff6ef3fbb617de0c41 (diff) | |
download | aports-06889376abbb58d9a37ec2f343acc503f1b13023.zip |
community/py3-blessed: upgrade to 1.17.11
-rw-r--r-- | community/py3-blessed/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-blessed/APKBUILD b/community/py3-blessed/APKBUILD index 71dada8205a..5d75ac59790 100644 --- a/community/py3-blessed/APKBUILD +++ b/community/py3-blessed/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-blessed -pkgver=1.17.10 +pkgver=1.17.11 pkgrel=0 pkgdesc="Easy, practical library for making terminal apps" options="!check" # Some tests fail @@ -28,4 +28,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="c5ea42364f9585fd2f054fa17ee131e3f514677753291bcf29216884af3084d8a7207d29ffb3e953a4c94f180e3e752ae53a43e9bfc477a2c4986291aebb04c7 py3-blessed-1.17.10.tar.gz" +sha512sums="71cf954990c2698ea67a038018b934cd34a9511e3d839befbced11c4d4bfd4e6f7f28b62f21ba7e5f9bb3020e1c7f8a660c46affc57ed45046ed8eef331816e5 py3-blessed-1.17.11.tar.gz" |