go-jira: update to 0.1.2.
This commit is contained in:
parent
8d18bae358
commit
6defb7c14b
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'go-jira'
|
||||
pkgname=go-jira
|
||||
version=0.1.0
|
||||
revision=2
|
||||
version=0.1.2
|
||||
revision=1
|
||||
build_style=go
|
||||
hostmakedepends="git-perl"
|
||||
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"
|
||||
homepage="https://$go_import_path"
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
checksum=363d441e7d2d6b77450e0d1adfc1c85f77fa8d8c86e36b1723093ccf0abe1f5a
|
||||
checksum=c7a5228610e7ce881183de7823863df8f05f4e89418fac9d8569f3d7ef58105a
|
||||
|
||||
post_install() {
|
||||
mv $DESTDIR/usr/bin/{main,jira}
|
||||
|
|
Loading…
Reference in a new issue