diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-29 07:30:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-29 07:30:00 +0000 |
commit | 0d395774c7585c486753c46d0462fa81aad8ba13 (patch) | |
tree | 5ed2e8b58d2f0ea5ce9030118bbb1faf62b7bb8f /testing/mdocml | |
parent | eb24bfe0d96a7c7d877276c090c6793667722bd4 (diff) | |
download | aports-0d395774c7585c486753c46d0462fa81aad8ba13.tar.bz2 aports-0d395774c7585c486753c46d0462fa81aad8ba13.tar.xz |
testing/mdocml: upgrade to 1.10.5
Diffstat (limited to 'testing/mdocml')
-rw-r--r-- | testing/mdocml/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mdocml/APKBUILD b/testing/mdocml/APKBUILD index 03ede31f4..539ef29e6 100644 --- a/testing/mdocml/APKBUILD +++ b/testing/mdocml/APKBUILD @@ -1,7 +1,7 @@ # Contributor: # Maintainer: pkgname=mdocml -pkgver=1.10.4 +pkgver=1.10.5 pkgrel=0 pkgdesc="Roff implementation" url="http://mdocml.bsd.lv/" @@ -30,4 +30,4 @@ package() { EXAMPLEDIR=/usr/share/doc/mdocml/examples install } -md5sums="f23e40cd64f4312b0c4e2d72e7999298 mdocml-1.10.4.tar.gz" +md5sums="c563967a5d44ab7c423ea0b3ebb09ae5 mdocml-1.10.5.tar.gz" |