diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mdocml/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/mdocml/APKBUILD b/testing/mdocml/APKBUILD index 80f122df38..c9dc85ac24 100644 --- a/testing/mdocml/APKBUILD +++ b/testing/mdocml/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mdocml -pkgver=1.11.3 -pkgrel=2 -pkgdesc="Roff implementation" +pkgver=1.11.4 +pkgrel=0 +pkgdesc="mdoc/man compiler" url="http://mdocml.bsd.lv/" arch="all" license="BSD" @@ -35,5 +35,5 @@ man() { install -Dm 755 man.sh "$subpkgdir"/usr/bin/man || return 1 } -md5sums="497b4278acb96a087ee6f92c64b4a56d mdocml-1.11.3.tar.gz +md5sums="ba8af3994706dac47ef904f0b94dc396 mdocml-1.11.4.tar.gz d60a6a3ea949f03e7fb90dbe1ca74e1f man.sh" |