aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-27 11:00:30 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-27 14:26:30 +0000
commit70036cbc25a65b59febdded77c4fd63304b9b5b7 (patch)
treed5e4b4ccd3ee54237613802de5082a4f4ca269c5
parent45ca5f5fd221d8167294746765515d3f61ccf67b (diff)
downloadalpine_aports-70036cbc25a65b59febdded77c4fd63304b9b5b7.tar.bz2
alpine_aports-70036cbc25a65b59febdded77c4fd63304b9b5b7.tar.xz
alpine_aports-70036cbc25a65b59febdded77c4fd63304b9b5b7.zip
main/help2man: upgrade to 1.47.15
-rw-r--r--main/help2man/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/help2man/APKBUILD b/main/help2man/APKBUILD
index 04162190bd..497a0b1ff5 100644
--- a/main/help2man/APKBUILD
+++ b/main/help2man/APKBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=help2man 2pkgname=help2man
3pkgver=1.47.14 3pkgver=1.47.15
4pkgrel=0 4pkgrel=0
5pkgdesc="Create simple man pages from --help output" 5pkgdesc="Create simple man pages from --help output"
6url="https://www.gnu.org/software/help2man" 6url="https://www.gnu.org/software/help2man"
@@ -27,4 +27,4 @@ package() {
27 make DESTDIR="$pkgdir" install 27 make DESTDIR="$pkgdir" install
28} 28}
29 29
30sha512sums="f3ff59e83e89ff0ed2bf863557c41f25ba79b0398f82cd0e7df459f3c3d2832a48047ff401a5556c3d7d722e48956393a4b70f61e79368a7621621e1834db862 help2man-1.47.14.tar.xz" 30sha512sums="2ab835610545f37eef2d77887371378decbac622196426a3444c5fb495596371d0151a92c79d3e3040e93acf3dbeefbc431dac1e76a370fdb5063b43192545ad help2man-1.47.15.tar.xz"