diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-05 00:50:06 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-05 00:51:06 +0000 |
commit | 46b1494bdc1debd2bcf90d0f45e6847b81cd5410 (patch) | |
tree | 8ee68ecfbf62eb48f875f4e12169b1169660f91f /testing | |
parent | 655258dee63d59769fcc190fef5e778b2ce0ab18 (diff) | |
download | aports-46b1494bdc1debd2bcf90d0f45e6847b81cd5410.tar.bz2 aports-46b1494bdc1debd2bcf90d0f45e6847b81cd5410.tar.xz |
testing/py-ansi2html: upgrade to 1.3.0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-ansi2html/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-ansi2html/APKBUILD b/testing/py-ansi2html/APKBUILD index a78c02cc08..af152cd7c5 100644 --- a/testing/py-ansi2html/APKBUILD +++ b/testing/py-ansi2html/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-ansi2html _pkgname=ansi2html -pkgver=1.2.0 +pkgver=1.3.0 pkgrel=0 pkgdesc="Convert text with ANSI color codes to HTML" url="http://github.com/ralphbean/ansi2html/" @@ -27,4 +27,4 @@ package() { python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -sha512sums="3106488da19cd093d7ae2a7499a66baf77877f47da0e497791cea2a63079c184f1d36743e78116b3faf08ab145ca97b5774151114b9ca193020578c8a3bdc860 ansi2html-1.2.0.tar.gz" +sha512sums="73d1b3431e22146c4fe18fef4b05413231d79d627c396d67528d0aa1ab07a7ef4bcfeff56829b85d9fe9ad508599b782318911f7b10d6b9a1bc98780e31389d7 ansi2html-1.3.0.tar.gz" |