From 66c7837f2e2caecfe3323f0842fce8d4c2a4837c Mon Sep 17 00:00:00 2001 From: ptrcnull <git@ptrcnull.me> Date: Thu, 19 Sep 2024 23:34:57 +0200 Subject: [PATCH] testing/py3-ansi2html: upgrade to 1.9.2 --- testing/py3-ansi2html/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/py3-ansi2html/APKBUILD b/testing/py3-ansi2html/APKBUILD index 81ce7eb53592..0de7e1f8472a 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.9.1 -pkgrel=1 +pkgver=1.9.2 +pkgrel=0 pkgdesc="Convert text with ANSI color codes to HTML" url="https://github.com/pycontribs/ansi2html" arch="noarch" @@ -43,5 +43,5 @@ package() { } sha512sums=" -1ffeffdd4f861b809c424b5b9e7d07212aaf1b5ef483a2820f128f815002628c823b5701652b0770ed182f0585052f040b55fca5db31e4690be86c49553105b3 ansi2html-1.9.1.tar.gz +c465259d4c9ea82725bcd8cd286246b806b1bfde06f89b52b1cc3cd5c514be92a19ffcfd147417d64ce6da6627678baabc7ff05226ed392343cdb0496bd375eb ansi2html-1.9.2.tar.gz " -- GitLab