From 02620fdadb5adf8d23c3985fa7d0545a0418f5b0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 18 Jan 2019 21:00:54 -0200 Subject: [PATCH] hub: update to 2.7.1. --- srcpkgs/hub/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hub/template b/srcpkgs/hub/template index 549632d125..8f59ab43c6 100644 --- a/srcpkgs/hub/template +++ b/srcpkgs/hub/template @@ -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