hub: update to 2.7.1.
This commit is contained in:
parent
7ba23483b5
commit
02620fdadb
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'hub'
|
||||
pkgname=hub
|
||||
version=2.7.0
|
||||
version=2.7.1
|
||||
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=58d131c32404c963b06bcc067bda14317bc22be26187026a91960aecda324bf4
|
||||
checksum=83fac8b47b2f56da1e7366688df4bd0eeb5fa20bde5d3de39792ea1cc1d15cd4
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" hub"
|
||||
|
@ -23,7 +23,7 @@ post_install() {
|
|||
ln -s /usr/bin/ronn bin/ronn
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
sed -i 's|bin/hub|hub|g' Makefile
|
||||
vsed -e 's|bin/hub|hub|g' -i Makefile
|
||||
fi
|
||||
|
||||
make man-pages
|
||||
|
|
Loading…
Reference in a new issue