hub: update to 2.12.2.

This commit is contained in:
Daniel Eyßer 2019-07-16 00:33:52 +02:00 committed by Enno Boland
parent d450e5831d
commit 11205f0d48

View file

@ -1,6 +1,6 @@
# Template file for 'hub' # Template file for 'hub'
pkgname=hub pkgname=hub
version=2.12.1 version=2.12.2
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=315114e46bbf583e23341e171c8e1a5efdbe96c04868ff0b343cf367f65f67a0 checksum=3db0719e41731c57b8765b7f486aa91cee57bb7d39d5553d480d87a4ac6c2ee6
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" hub" hostmakedepends+=" hub"