diff options
author | Jake Buchholz <tomalok@gmail.com> | 2019-03-28 21:28:00 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-03-29 18:10:30 +0200 |
commit | 21d1365e259c93c77d96ddeec73fd8c94d43f41d (patch) | |
tree | 807c9d0202f6cfb80864b64f450979e7391392b7 /community | |
parent | 9e7b2e3b421e744755c1f42268c6f5892a7df9db (diff) | |
download | aports-21d1365e259c93c77d96ddeec73fd8c94d43f41d.tar.bz2 aports-21d1365e259c93c77d96ddeec73fd8c94d43f41d.tar.xz |
community/go-md2man: upgrade to 1.0.10
See https://github.com/cpuguy83/go-md2man/releases for more information
Diffstat (limited to 'community')
-rw-r--r-- | community/go-md2man/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/go-md2man/APKBUILD b/community/go-md2man/APKBUILD index e60ca8a38b..792ad2059c 100644 --- a/community/go-md2man/APKBUILD +++ b/community/go-md2man/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jake Buchholz <tomalok@gmail.com> pkgname=go-md2man -pkgver=1.0.8 +pkgver=1.0.10 pkgrel=0 pkgdesc="Utility to convert markdown to man pages" url="https://github.com/cpuguy83/go-md2man" @@ -33,4 +33,4 @@ package() { install -Dm644 go-md2man.1 "$pkgdir"/usr/share/man/man1/go-md2man.1 } -sha512sums="4c52e01c9b07582b5d55d1e94935378a676bd284a3e8230a8a191d4678b1b6ae92b704a249117c542832170069a70c649e58a1752fb2973709259b5bc108db91 go-md2man-1.0.8.tar.gz" +sha512sums="cf9eb65bec7fc4293c4a867eca215a0ccb0c495c3e4e0759c04899887033c1edc2b4174d6975be73e56d621d5003b9b88f590f48276099c39458609b533eb40d go-md2man-1.0.10.tar.gz" |