From d5d532277a070d5a8f2a86435737954d9c0a4bf4 Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Sun, 13 Sep 2020 20:26:55 +0200 Subject: [PATCH] git-team: update to 1.4.1. --- srcpkgs/git-team/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/git-team/template b/srcpkgs/git-team/template index b36d212bf0b..6b5c4528950 100644 --- a/srcpkgs/git-team/template +++ b/srcpkgs/git-team/template @@ -1,6 +1,6 @@ # Template file for 'git-team' pkgname=git-team -version=1.4.0 +version=1.4.1 revision=1 build_style=go go_import_path=github.com/hekmekk/git-team @@ -10,7 +10,7 @@ maintainer="Frank Steinborn " license="MIT" homepage="https://github.com/hekmekk/git-team" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=c14370bc180d1da0e04816c71ac1001d039791b801216f670ed5f089beffb3ec +checksum=2e037433ba2491f58ec364712797aa54a83893cd01e45e52ae18e49166702343 pre_build() { vsed -e 's,/usr/local/etc/git-team/hooks,/usr/libexec/git-team/hooks,g' -i src/command/enable/commitsettings/datasource/static_value_data_source_test.go