From 9e30aef68bf5e855742b8157114e89867ff75a58 Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 1 Oct 2019 15:53:50 +0200 Subject: [PATCH] go-jira: update to 1.0.21. --- srcpkgs/go-jira/template | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/srcpkgs/go-jira/template b/srcpkgs/go-jira/template index 537d365eca8..fc3668fa323 100644 --- a/srcpkgs/go-jira/template +++ b/srcpkgs/go-jira/template @@ -1,25 +1,15 @@ # Template file for 'go-jira' pkgname=go-jira -version=1.0.20 -revision=2 +version=1.0.21 +revision=1 +wrksrc="jira-${version}" build_style=go +go_import_path="github.com/go-jira/jira" +go_package="$go_import_path/cmd/jira" hostmakedepends="dep" short_desc="Simple jira command line client in Go" maintainer="Andrea Brancaleoni " -license="Apache" -go_import_path="github.com/Netflix-Skunkworks/go-jira" -go_package="$go_import_path/cmd/jira" +license="Apache-2.0" homepage="https://$go_import_path" distfiles="$homepage/archive/v$version.tar.gz" -checksum=0adf6d68e4a0700578706d9707dab633db8ee336151ce4232de93c7332459c45 - -pre_build() { - git config --global http.https://gopkg.in.followRedirects true - - cd $GOSRCPATH - dep ensure -} - -post_install() { - vlicense LICENSE -} +checksum=c76089423fc0d4b9dcdd39822d6d94452136f8f24b8c17ec75b0e702e40fbcc2