stern: update to 1.19.0.
switch to maintained fork
This commit is contained in:
parent
b0b5e21a5c
commit
e38f430760
1 changed files with 7 additions and 11 deletions
|
@ -1,19 +1,15 @@
|
||||||
# Template file for 'stern'
|
# Template file for 'stern'
|
||||||
pkgname=stern
|
pkgname=stern
|
||||||
version=1.11.0
|
version=1.19.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/wercker/stern"
|
go_import_path="github.com/stern/stern"
|
||||||
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/stern/stern"
|
||||||
distfiles="https://github.com/wercker/stern/archive/${version}.tar.gz"
|
distfiles="https://github.com/stern/stern/archive/v${version}.tar.gz"
|
||||||
checksum=d6f47d3a6f47680d3e4afebc8b01a14f0affcd8fb625132af14bb77843f0333f
|
checksum=1f19f9ec21f07317ce53b333b9633b6b91392f5af6b0fff2657ee1b2a0bae707
|
||||||
|
|
||||||
pre_build() {
|
# fix: collect2: fatal error: cannot find 'ld'
|
||||||
pushd $GOPATH/src/github.com/wercker/stern
|
LDFLAGS="-fuse-ld=bfd"
|
||||||
govendor sync -v
|
|
||||||
popd
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue