hub: update to 2.13.0.

This commit is contained in:
Daniel Eyßer 2019-11-18 15:41:59 +01:00 committed by Helmut Pozimski
parent c7d44c5e9d
commit 12939cb2b6

View file

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