aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-09-08 09:42:12 +0200
committerJustin Berthault <justin.berthault@zaclys.net>2020-09-08 09:42:12 +0200
commit6561dc7e1675de39adb9fccb6db79c6e4e1b718d (patch)
tree20799437ce5c78dd9f6610e6d5af29f46f808881
parent8efe497667dc5145643bf232edfa836fa5d024d8 (diff)
community/py3-texttable: upgrade to 1.6.3
-rw-r--r--community/py3-texttable/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-texttable/APKBUILD b/community/py3-texttable/APKBUILD
index 66614fa6610..61201891d9c 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"