From cf70812a6520b5422b089bbdb4ed9d16878a5610 Mon Sep 17 00:00:00 2001 From: Artur Pedziwilk Date: Tue, 28 Feb 2023 17:06:24 +0100 Subject: [PATCH] netdata-plugins-go: update to 0.51.0 --- srcpkgs/netdata-plugins-go/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/netdata-plugins-go/template b/srcpkgs/netdata-plugins-go/template index cf0de06b10cf..c1501c6532a0 100644 --- a/srcpkgs/netdata-plugins-go/template +++ b/srcpkgs/netdata-plugins-go/template @@ -1,6 +1,6 @@ # Template file for 'netdata-plugins-go' pkgname=netdata-plugins-go -version=0.45.0 +version=0.51.0 revision=1 build_style=go go_import_path="github.com/netdata/go.d.plugin/cmd/godplugin" @@ -10,7 +10,7 @@ maintainer="sn0w " license="GPL-3.0-or-later" homepage="https://www.netdata.cloud/" distfiles="https://github.com/netdata/go.d.plugin/archive/refs/tags/v${version}.tar.gz" -checksum=7062325e73520c501cc8aac4b298dec2471109120b8bb92e442e9394b4365c3b +checksum=4ac52ffc34f8682c3f12869fbccbdafe0027eb8498256b8e451d05566e435dc6 do_install() { vmkdir usr/lib/netdata/conf.d @@ -19,7 +19,7 @@ do_install() { for f in ${GOPATH}/bin/* ${GOPATH}/bin/**/*; do if [ -f "$f" ] && [ -x "$f" ]; then - vinstall "$f" 755 usr/lib/netdata/plugins.d go.d.plugin + vinstall "$f" 755 usr/libexec/netdata/plugins.d go.d.plugin break fi done