go-jira: update to 1.0.18.

This commit is contained in:
Andrea Brancaleoni 2018-07-30 14:07:24 +02:00
parent cbe09e4896
commit 960976814b

View File

@ -1,7 +1,7 @@
# Template file for 'go-jira'
pkgname=go-jira
version=1.0.17
revision=2
version=1.0.18
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=c1127af5ff8d19ab3f6b5bf424f262495143448608ec59beadcefb5e645feddb
checksum=636a5c0a64441075b7cf5c8c452f5bd2c3788e9ed3201eb8de416f4b627b7f8d
pre_build() {
git config --global http.https://gopkg.in.followRedirects true