From 6561dc7e1675de39adb9fccb6db79c6e4e1b718d Mon Sep 17 00:00:00 2001 From: Justin Berthault <justin.berthault@zaclys.net> Date: Tue, 8 Sep 2020 09:42:12 +0200 Subject: [PATCH] community/py3-texttable: upgrade to 1.6.3 --- community/py3-texttable/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/py3-texttable/APKBUILD b/community/py3-texttable/APKBUILD index 66614fa6610b..61201891d9c6 100644 --- a/community/py3-texttable/APKBUILD +++ b/community/py3-texttable/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=py3-texttable -pkgver=1.6.2 -pkgrel=1 +pkgver=1.6.3 +pkgrel=0 pkgdesc="module for creating simple ASCII tables" url="https://github.com/foutaise/texttable/" arch="noarch" @@ -24,4 +24,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="daf8c10b52e8c0472da129ad905e60ff6195a7f58e5b278f6eaad2b622f527ed8ac6d747aa90cdcb8e40c81150c88da436cb8616e259662a7d48a22de0a1ee50 texttable-1.6.2.tar.gz" +sha512sums="b7ca8d6c5e0835ebccf160efa658df54ff542729c6a9302f7473fa0c32acfe1762ac7ef69d94a274148a64d1bf4025d08059236efc8b9f3881d3cbec7b3db07a texttable-1.6.3.tar.gz" -- GitLab