aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-27 19:10:47 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-28 09:42:02 +0000
commitc1a6926484739c337a89489c34e4f63e365c375e (patch)
tree817037cb49b550fd0606409449eb2b66f3fd4790
parent94dd4357be1bb448b930bc5760e00ad15029b400 (diff)
downloadaports-c1a6926484739c337a89489c34e4f63e365c375e.tar.bz2
aports-c1a6926484739c337a89489c34e4f63e365c375e.tar.xz
main/py3-wcwidth: upgrade to 0.1.9
-rw-r--r--main/py3-wcwidth/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py3-wcwidth/APKBUILD b/main/py3-wcwidth/APKBUILD
index 999af9bcbb..82a5efc102 100644
--- a/main/py3-wcwidth/APKBUILD
+++ b/main/py3-wcwidth/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Thomas Boerger <thomas@webhippie.de>
pkgname=py3-wcwidth
_pkgname=wcwidth
-pkgver=0.1.8
+pkgver=0.1.9
pkgrel=0
pkgdesc="Measures number of Terminal column cells of wide-character codes"
url="https://pypi.python.org/pypi/wcwidth"
@@ -28,4 +28,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="b828450feb56b5c0e686f6922e777ab48d1336816a41ef4ef95f71c25a37ef492861634c16c788e1e4570d21bd4d45c990a18787860ba6043157c2781c78b65e wcwidth-0.1.8.tar.gz"
+sha512sums="3aee69efb8714f4426bfd424b80f4f4e5758174d84f725dd0e1448de1b4b4dd385ffd4f72440d5f763b7a82325857e9164742dbb7fa9e15d5db54744c262d0ba wcwidth-0.1.9.tar.gz"