hub: update to 2.2.3.
This commit is contained in:
parent
dfe9374289
commit
a28b6dcbc4
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'hub'
|
# Template file for 'hub'
|
||||||
pkgname=hub
|
pkgname=hub
|
||||||
version=2.2.2
|
version=2.2.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/github/hub"
|
go_import_path="github.com/github/hub"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
@ -10,7 +10,11 @@ distfiles="https://github.com/github/hub/archive/v${version}.tar.gz"
|
|||||||
short_desc="Command line tool for Github"
|
short_desc="Command line tool for Github"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
checksum=610572ee903aea1fa8622c16ab7ddef2bd1bfec9f4854447ab8e0fbdbe6a0cae
|
checksum=f8a43df60b2efd95c70054324e73f27c3b253ec1c4969de8ea6c514669c688ed
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
export GO15VENDOREXPERIMENT=1
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman man/${pkgname}.1
|
vman man/${pkgname}.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user