stern: update to 1.11.0.
This commit is contained in:
parent
0b6ce1bfba
commit
920c0acbdc
1 changed files with 9 additions and 3 deletions
|
@ -1,13 +1,19 @@
|
||||||
# Template file for 'stern'
|
# Template file for 'stern'
|
||||||
pkgname=stern
|
pkgname=stern
|
||||||
version=1.10.0
|
version=1.11.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/wercker/stern"
|
go_import_path="github.com/wercker/stern"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git govendor"
|
||||||
short_desc="Multi pod and container log tailing for Kubernetes"
|
short_desc="Multi pod and container log tailing for Kubernetes"
|
||||||
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/wercker/stern"
|
homepage="https://github.com/wercker/stern"
|
||||||
distfiles="https://github.com/wercker/stern/archive/${version}.tar.gz"
|
distfiles="https://github.com/wercker/stern/archive/${version}.tar.gz"
|
||||||
checksum=7b9d3a7b64224897f96ef052cc27a5889b06e09c393865fa0d5f15db41cc61a0
|
checksum=d6f47d3a6f47680d3e4afebc8b01a14f0affcd8fb625132af14bb77843f0333f
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
pushd $GOPATH/src/github.com/wercker/stern
|
||||||
|
govendor sync -v
|
||||||
|
popd
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue