go-jira: update to 0.0.20.
This commit is contained in:
parent
2847b4200b
commit
0f3080e80e
|
@ -1,14 +1,19 @@
|
|||
# Template file for 'go-jira'
|
||||
pkgname=go-jira
|
||||
version=0.0.19
|
||||
revision=2
|
||||
version=0.0.20
|
||||
revision=1
|
||||
build_style=go
|
||||
hostmakedepends="git"
|
||||
short_desc="Simple jira command line client in Go"
|
||||
maintainer="Andrea Brancaleoni <andrea.brancaleoni@cleafy.com>"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="Apache"
|
||||
go_import_path="github.com/Netflix-Skunkworks/go-jira"
|
||||
go_package="$go_import_path/jira"
|
||||
go_package="$go_import_path/main"
|
||||
homepage="https://$go_import_path"
|
||||
distfiles="$homepage/archive/$version.tar.gz"
|
||||
checksum=9627aa2e692d5ff429d071173f97289b4ceae61e6910f600e9755bef75ab9935
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
checksum=952b36ce7d6c15b7ef79dab8dd8753a3c36eca708253e23a0007dc45e96064d3
|
||||
|
||||
post_install() {
|
||||
mv $DESTDIR/usr/bin/{main,jira}
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue