diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-11-23 14:44:16 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-11-23 14:45:54 +0100 |
commit | 0974ab110884cc71ab0bbb3f705d0eea561a9e0d (patch) | |
tree | 1c1f8cb9d473035c90838c3abfbf48b218fb31ab /community/go-md2man | |
parent | f0888d6b29cfd0615d7381c446598245b43be7df (diff) | |
download | aports-0974ab110884cc71ab0bbb3f705d0eea561a9e0d.tar.bz2 aports-0974ab110884cc71ab0bbb3f705d0eea561a9e0d.tar.xz |
community/go-md2man: upgrade to 2.0.0
Diffstat (limited to 'community/go-md2man')
-rw-r--r-- | community/go-md2man/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/go-md2man/APKBUILD b/community/go-md2man/APKBUILD index c2591bb49c..eb1931f3a1 100644 --- a/community/go-md2man/APKBUILD +++ b/community/go-md2man/APKBUILD @@ -1,9 +1,8 @@ # Contributor: Jake Buchholz <tomalok@gmail.com> # Maintainer: Jake Buchholz <tomalok@gmail.com> - pkgname=go-md2man -pkgver=1.0.10 -pkgrel=1 +pkgver=2.0.0 +pkgrel=0 pkgdesc="Utility to convert markdown to man pages" url="https://github.com/cpuguy83/go-md2man" arch="all" @@ -11,7 +10,7 @@ license="MIT" makedepends="go" subpackages="$pkgname-doc" options="net" -source="go-md2man-$pkgver.tar.gz::https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz" builddir="$srcdir/src/github.com/cpuguy83/go-md2man" build() { @@ -39,4 +38,4 @@ cleanup_srcdir() { default_cleanup_srcdir } -sha512sums="cf9eb65bec7fc4293c4a867eca215a0ccb0c495c3e4e0759c04899887033c1edc2b4174d6975be73e56d621d5003b9b88f590f48276099c39458609b533eb40d go-md2man-1.0.10.tar.gz" +sha512sums="22a6c950ca7e386246fadb15f05d0a60437a249df48a7c5f905bc4bd05034cede6318e1158bd2113e97b4fd2d1e838776680a00c6141ac2b3c8795aeee15a39d go-md2man-2.0.0.tar.gz" |