diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-12 09:42:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-12 09:42:30 +0000 |
commit | 9739ab75470831c13eb72d1bd14b0405ca56a8a4 (patch) | |
tree | 5cbe1442c6f5d291f90a1c7e9f83b3d44c331b2a /testing/mdocml | |
parent | 2f5047e0ddb407645e0ca96fc0e158bac8b1ed41 (diff) | |
download | aports-9739ab75470831c13eb72d1bd14b0405ca56a8a4.tar.bz2 aports-9739ab75470831c13eb72d1bd14b0405ca56a8a4.tar.xz |
testing/mdocml: upgrade to 1.10.4
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 7fd6fd32a..03ede31f4 100644 --- a/testing/mdocml/APKBUILD +++ b/testing/mdocml/APKBUILD @@ -1,7 +1,7 @@ # Contributor: # Maintainer: pkgname=mdocml -pkgver=1.10.2 +pkgver=1.10.4 pkgrel=0 pkgdesc="Roff implementation" url="http://mdocml.bsd.lv/" @@ -30,4 +30,4 @@ package() { EXAMPLEDIR=/usr/share/doc/mdocml/examples install } -md5sums="aa52d80c5ccbd2d6d434c63c2435a060 mdocml-1.10.2.tar.gz" +md5sums="f23e40cd64f4312b0c4e2d72e7999298 mdocml-1.10.4.tar.gz" |