diff options
Diffstat (limited to 'system/help2man/APKBUILD')
-rw-r--r-- | system/help2man/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/help2man/APKBUILD b/system/help2man/APKBUILD index 5570fe0a4..7c81cd3f1 100644 --- a/system/help2man/APKBUILD +++ b/system/help2man/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=help2man -pkgver=1.49.2 +pkgver=1.49.3 pkgrel=0 pkgdesc="Create simple man pages from --help output" url="https://www.gnu.org/software/help2man" @@ -28,4 +28,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="cb8f9f923263d7160a27a7924ae559aba93d7258167888eb9e0e3e97a2014297b8d739b2bb7869acbf586354d099bd91d85f8208b901bce5ba0c5ad4b6abd6d5 help2man-1.49.2.tar.xz" +sha512sums="5f19fad1e38b0572b63ed8bfd146b717fc22dff3a26641e8b5c8431df13da9574679d9a3407da62790db8a29286694ea1bfd751cba168f475302ad31cce845cf help2man-1.49.3.tar.xz" |