From 8bf7a64b7be1bdbc9a8ec9f06e367aeb7586732d Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 29 Oct 2017 09:59:10 +0100 Subject: [PATCH] go-jira: update to 1.0.13. --- srcpkgs/go-jira/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/go-jira/template b/srcpkgs/go-jira/template index a0c8651bf14..dccb0590d03 100644 --- a/srcpkgs/go-jira/template +++ b/srcpkgs/go-jira/template @@ -1,7 +1,7 @@ # Template file for 'go-jira' pkgname=go-jira -version=1.0.12 -revision=2 +version=1.0.13 +revision=1 build_style=go hostmakedepends="dep" short_desc="Simple jira command line client in Go" @@ -11,7 +11,7 @@ go_import_path="github.com/Netflix-Skunkworks/go-jira" go_package="$go_import_path/cmd/jira" homepage="https://$go_import_path" distfiles="$homepage/archive/v$version.tar.gz" -checksum=7ce5d6dcc5021f2019b0107c4ad342979d18bb110188b810017b2d94ff384a33 +checksum=61d58d9851e1dd92eb67342f1d75fef9c908059d3b9152a7e51ea027a31e6b09 pre_build() { git config --global http.https://gopkg.in.followRedirects true