From 1de96dbaf85fb3a138e45428afc5110c98eea9df Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Mon, 18 Sep 2017 21:24:18 +0200 Subject: [PATCH] go-jira: update to 1.0.10. --- 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 a92de6b38b3..a09da3b0f86 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.7 +version=1.0.10 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=38e942a54ac1979ad0884f424a883abc4049e5dd456635383075329232a63194 +checksum=57f5b8a47c3a653cbf17fcbf30e28e3552586855d64ecf4fa7b9c7ec799800bc pre_build() { git config --global http.https://gopkg.in.followRedirects true