go-jira: update to 1.0.20.
This commit is contained in:
parent
7b5037a3c2
commit
0eecbbb201
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'go-jira'
|
# Template file for 'go-jira'
|
||||||
pkgname=go-jira
|
pkgname=go-jira
|
||||||
version=1.0.19
|
version=1.0.20
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="dep"
|
hostmakedepends="dep"
|
||||||
|
@ -11,7 +11,7 @@ go_import_path="github.com/Netflix-Skunkworks/go-jira"
|
||||||
go_package="$go_import_path/cmd/jira"
|
go_package="$go_import_path/cmd/jira"
|
||||||
homepage="https://$go_import_path"
|
homepage="https://$go_import_path"
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=fd7b3253213bc7b84694d75620f4dc8640f989f8754fccb964e289d005bec819
|
checksum=0adf6d68e4a0700578706d9707dab633db8ee336151ce4232de93c7332459c45
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
git config --global http.https://gopkg.in.followRedirects true
|
git config --global http.https://gopkg.in.followRedirects true
|
||||||
|
|
Loading…
Reference in a new issue