go-jira: update to 0.1.0.
This commit is contained in:
parent
6a33ef2527
commit
c7dcf07575
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'go-jira'
|
# Template file for 'go-jira'
|
||||||
pkgname=go-jira
|
pkgname=go-jira
|
||||||
version=0.0.20
|
version=0.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
|
@ -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=952b36ce7d6c15b7ef79dab8dd8753a3c36eca708253e23a0007dc45e96064d3
|
checksum=363d441e7d2d6b77450e0d1adfc1c85f77fa8d8c86e36b1723093ccf0abe1f5a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv $DESTDIR/usr/bin/{main,jira}
|
mv $DESTDIR/usr/bin/{main,jira}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue