From 680e2702b07a3f2b6eea8b7c3d0f5dc35cbf4606 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 15 Aug 2016 11:08:54 +0200 Subject: [PATCH] hub: update to 2.2.5. --- srcpkgs/hub/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hub/template b/srcpkgs/hub/template index e451860e5c..98f9fd737f 100644 --- a/srcpkgs/hub/template +++ b/srcpkgs/hub/template @@ -1,6 +1,6 @@ # Template file for 'hub' pkgname=hub -version=2.2.4 +version=2.2.5 revision=1 build_style=go go_import_path="github.com/github/hub" @@ -10,7 +10,7 @@ distfiles="https://github.com/github/hub/archive/v${version}.tar.gz" short_desc="Command line tool for Github" maintainer="Enno Boland " license="MIT" -checksum=7951d4a172dfb6a9cbc0cbda4204dd6205eb08213257cce49026377596b43e60 +checksum=653cb1efed6d39348f630472b68f79b11704f52fdd7aebd82f7a6dbe18c32c59 pre_build() { export GO15VENDOREXPERIMENT=1