aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-12-10 11:03:53 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-12-10 15:34:09 +0000
commit0e758a647463dc71b0fe6517a57bc90bb5ff5330 (patch)
tree39cdf90537eec238c5d7662cf2ce893d9ccf4874
parent23a22f5e803d8e03011d3ac6a5eb84916403d045 (diff)
testing/py3-ansi2html: upgrade to 1.6.0
-rw-r--r--testing/py3-ansi2html/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-ansi2html/APKBUILD b/testing/py3-ansi2html/APKBUILD
index 549d4cbccc9..0f3174e8ae0 100644
--- a/testing/py3-ansi2html/APKBUILD
+++ b/testing/py3-ansi2html/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-ansi2html
_pkgname=ansi2html
-pkgver=1.5.2
-pkgrel=4
+pkgver=1.6.0
+pkgrel=0
pkgdesc="Convert text with ANSI color codes to HTML"
url="https://github.com/ralphbean/ansi2html"
arch="noarch"
@@ -24,4 +24,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="163d5784d04e6eea0847676b967051382fa74a354c19462d1b73980fd1b0a7eb45ce1f1bd88cca803356e7767ccab1bbce6de4152c98aec98534f4ed7d65a83f ansi2html-1.5.2.tar.gz"
+sha512sums="35e5fb6cee96fe41a658c005734a58b08bc05e8ad5903ad18684c316bdad351a70c534b4162416225bc2ca774d01b4ac1bb8a8dad3170d0738aa7b3daf46b3c0 ansi2html-1.6.0.tar.gz"