From 1080f33c12a82a97f47965ca71728552d1a61871 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 5 Oct 2017 13:40:03 +0200 Subject: [PATCH] go-jira: update to 1.0.12. --- srcpkgs/go-jira/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/go-jira/template b/srcpkgs/go-jira/template index 3cde719d45..08d99a874c 100644 --- a/srcpkgs/go-jira/template +++ b/srcpkgs/go-jira/template @@ -1,6 +1,6 @@ # Template file for 'go-jira' pkgname=go-jira -version=1.0.11 +version=1.0.12 revision=1 build_style=go hostmakedepends="dep" @@ -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=0e25891356d2103be4193c944ab0359930db50cf187c4adc3ff0a9aa23905433 +checksum=7ce5d6dcc5021f2019b0107c4ad342979d18bb110188b810017b2d94ff384a33 pre_build() { git config --global http.https://gopkg.in.followRedirects true