diff --git a/srcpkgs/hub/template b/srcpkgs/hub/template index 47b26514f6b..d6dd32e595f 100644 --- a/srcpkgs/hub/template +++ b/srcpkgs/hub/template @@ -1,6 +1,6 @@ # Template file for 'hub' pkgname=hub -version=2.12.8 +version=2.13.0 revision=1 build_style=go go_import_path=github.com/github/hub @@ -11,7 +11,7 @@ license="MIT" homepage="https://hub.github.com/" changelog="https://github.com/github/hub/releases" distfiles="https://github.com/github/hub/archive/v${version}.tar.gz" -checksum=72d09397967c85b118fc1be25dc0fc54353f4dea09f804687a287949c7de7ebe +checksum=0b5147a25aa8dff37d6c88b2a30ed38c05d35e03c64d79039925dcb49de80940 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" hub" @@ -38,7 +38,7 @@ post_install() { vman $m done - for d in share/man/man1/*.html; do + for d in share/doc/hub-doc/*.html; do vdoc $d done