diff options
Diffstat (limited to 'testing/mdocml')
-rw-r--r-- | testing/mdocml/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/mdocml/APKBUILD b/testing/mdocml/APKBUILD index 716cd9c37b..99b2a07277 100644 --- a/testing/mdocml/APKBUILD +++ b/testing/mdocml/APKBUILD @@ -1,7 +1,6 @@ -# Contributor: -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mdocml -pkgver=1.10.5 +pkgver=1.11.3 pkgrel=0 pkgdesc="Roff implementation" url="http://mdocml.bsd.lv/" @@ -31,4 +30,4 @@ package() { EXAMPLEDIR=/usr/share/doc/mdocml/examples install } -md5sums="c563967a5d44ab7c423ea0b3ebb09ae5 mdocml-1.10.5.tar.gz" +md5sums="497b4278acb96a087ee6f92c64b4a56d mdocml-1.11.3.tar.gz" |