go-jira: update to 0.1.10.
This commit is contained in:
parent
6ce84bfe32
commit
43176b79a6
@ -1,7 +1,7 @@
|
||||
# Template file for 'go-jira'
|
||||
pkgname=go-jira
|
||||
version=0.1.9
|
||||
revision=2
|
||||
version=0.1.10
|
||||
revision=1
|
||||
build_style=go
|
||||
hostmakedepends="git-perl"
|
||||
short_desc="Simple jira command line client in Go"
|
||||
@ -11,7 +11,11 @@ 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=aba1195e25c1402cb682a3476df15d56a4924a1d7318719f05397d23044c88f4
|
||||
checksum=a4a7e27f34f6f16094fdd8b0d7c373b21c828d0c2a5a3990e9ff27d8b40c95ea
|
||||
|
||||
pre_build() {
|
||||
git config --global http.https://gopkg.in.followRedirects true
|
||||
}
|
||||
|
||||
post_install() {
|
||||
mv $DESTDIR/usr/bin/{main,jira}
|
||||
|
Loading…
x
Reference in New Issue
Block a user