go-jira: update to 1.0.21.
This commit is contained in:
parent
8af55b4e53
commit
4c45f68f3b
1 changed files with 7 additions and 17 deletions
|
@ -1,25 +1,15 @@
|
|||
# Template file for 'go-jira'
|
||||
pkgname=go-jira
|
||||
version=1.0.20
|
||||
revision=2
|
||||
version=1.0.21
|
||||
revision=1
|
||||
wrksrc="jira-${version}"
|
||||
build_style=go
|
||||
go_import_path="github.com/go-jira/jira"
|
||||
go_package="$go_import_path/cmd/jira"
|
||||
hostmakedepends="dep"
|
||||
short_desc="Simple jira command line client in Go"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="Apache"
|
||||
go_import_path="github.com/Netflix-Skunkworks/go-jira"
|
||||
go_package="$go_import_path/cmd/jira"
|
||||
license="Apache-2.0"
|
||||
homepage="https://$go_import_path"
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
checksum=0adf6d68e4a0700578706d9707dab633db8ee336151ce4232de93c7332459c45
|
||||
|
||||
pre_build() {
|
||||
git config --global http.https://gopkg.in.followRedirects true
|
||||
|
||||
cd $GOSRCPATH
|
||||
dep ensure
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
checksum=c76089423fc0d4b9dcdd39822d6d94452136f8f24b8c17ec75b0e702e40fbcc2
|
||||
|
|
Loading…
Reference in a new issue