go-jira: update to 1.0.16.
This commit is contained in:
parent
956744ee99
commit
20f9a43829
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'go-jira'
|
# Template file for 'go-jira'
|
||||||
pkgname=go-jira
|
pkgname=go-jira
|
||||||
version=1.0.15
|
version=1.0.16
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="dep"
|
hostmakedepends="dep"
|
||||||
short_desc="Simple jira command line client in Go"
|
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"
|
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=c1690928cec39799f796a47bd81fc0db9404a332caf7bb0ef6847adc91ee42b8
|
checksum=40cb52174a4a5104278152337845907b61501c52e5ed203b4e8cf7a1ebf9ba49
|
||||||
|
|
||||||
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