From 0bfc9163110463fa95586d43761de893fc731050 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Thu, 22 Jul 2021 13:52:34 +0200 Subject: [PATCH] stern: update to 1.19.0. switch to maintained fork --- srcpkgs/stern/template | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/srcpkgs/stern/template b/srcpkgs/stern/template index 9e55ee479073..63c9fe4cc3dc 100644 --- a/srcpkgs/stern/template +++ b/srcpkgs/stern/template @@ -1,19 +1,15 @@ # Template file for 'stern' pkgname=stern -version=1.11.0 +version=1.19.0 revision=1 build_style=go -go_import_path="github.com/wercker/stern" -hostmakedepends="git govendor" +go_import_path="github.com/stern/stern" short_desc="Multi pod and container log tailing for Kubernetes" maintainer="Kyle Nusbaum " license="Apache-2.0" -homepage="https://github.com/wercker/stern" -distfiles="https://github.com/wercker/stern/archive/${version}.tar.gz" -checksum=d6f47d3a6f47680d3e4afebc8b01a14f0affcd8fb625132af14bb77843f0333f +homepage="https://github.com/stern/stern" +distfiles="https://github.com/stern/stern/archive/v${version}.tar.gz" +checksum=1f19f9ec21f07317ce53b333b9633b6b91392f5af6b0fff2657ee1b2a0bae707 -pre_build() { - pushd $GOPATH/src/github.com/wercker/stern - govendor sync -v - popd -} +# fix: collect2: fatal error: cannot find 'ld' +export LDFLAGS="-fuse-ld=bfd"