From a28b6dcbc44ee687b295b9f8a56736f38e9b8f94 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 2 Feb 2016 16:12:03 +0100 Subject: [PATCH] hub: update to 2.2.3. --- srcpkgs/hub/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hub/template b/srcpkgs/hub/template index 447060030b5..0a8b2b7bb45 100644 --- a/srcpkgs/hub/template +++ b/srcpkgs/hub/template @@ -1,7 +1,7 @@ # Template file for 'hub' pkgname=hub -version=2.2.2 -revision=2 +version=2.2.3 +revision=1 build_style=go go_import_path="github.com/github/hub" hostmakedepends="git" @@ -10,7 +10,11 @@ distfiles="https://github.com/github/hub/archive/v${version}.tar.gz" short_desc="Command line tool for Github" maintainer="Enno Boland " license="MIT" -checksum=610572ee903aea1fa8622c16ab7ddef2bd1bfec9f4854447ab8e0fbdbe6a0cae +checksum=f8a43df60b2efd95c70054324e73f27c3b253ec1c4969de8ea6c514669c688ed + +pre_build() { + export GO15VENDOREXPERIMENT=1 +} post_install() { vman man/${pkgname}.1