go-jira: update to 1.0.11.
This commit is contained in:
parent
e616eca3fd
commit
a80b4a0e9f
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'go-jira'
|
||||
pkgname=go-jira
|
||||
version=1.0.10
|
||||
version=1.0.11
|
||||
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=57f5b8a47c3a653cbf17fcbf30e28e3552586855d64ecf4fa7b9c7ec799800bc
|
||||
checksum=0e25891356d2103be4193c944ab0359930db50cf187c4adc3ff0a9aa23905433
|
||||
|
||||
pre_build() {
|
||||
git config --global http.https://gopkg.in.followRedirects true
|
||||
|
|
Loading…
Reference in New Issue