hub: update to 2.2.6.
This commit is contained in:
parent
f42d2057fd
commit
ba89d3cfd6
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'hub'
|
||||
pkgname=hub
|
||||
version=2.2.5
|
||||
version=2.2.6
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/github/hub"
|
||||
|
@ -10,11 +10,7 @@ distfiles="https://github.com/github/hub/archive/v${version}.tar.gz"
|
|||
short_desc="Command line tool for Github"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="MIT"
|
||||
checksum=653cb1efed6d39348f630472b68f79b11704f52fdd7aebd82f7a6dbe18c32c59
|
||||
|
||||
pre_build() {
|
||||
export GO15VENDOREXPERIMENT=1
|
||||
}
|
||||
checksum=311f49f90140c963be590fc59815784a7121ab84dcb8328fba1f9a580d415ebe
|
||||
|
||||
post_install() {
|
||||
vman man/${pkgname}.1
|
||||
|
|
Loading…
Reference in New Issue