go-jira: update to 0.1.15.
This commit is contained in:
parent
d0de4decfa
commit
520e07d325
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=0.1.14
|
version=0.1.15
|
||||||
revision=3
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="git-perl"
|
hostmakedepends="git-perl"
|
||||||
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/main"
|
go_package="$go_import_path/main"
|
||||||
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=561f388a0dcb6da531469fa913f9e5377f30f406b2afab78f6a0dd66b5352384
|
checksum=e5e05276998a28035a88d74d9c4ecc6c877a7d9261ecfa873bdf38a5c6605362
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
git config --global http.https://gopkg.in.followRedirects true
|
git config --global http.https://gopkg.in.followRedirects true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue