summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Thorild2026-02-24 11:26:37 +0000
committerGeorge Sapkin2026-02-24 16:18:50 +0000
commit55f8be8cbec8ba0ace309bf3ef650075ce55d1b0 (patch)
tree8f48cddeace2c49dc3b75317d31ebe8076d75e55
parenta11d53a6c0eb563c9eaf330956be7c94b9cbc38b (diff)
downloadpackages-55f8be8cbec8ba0ace309bf3ef650075ce55d1b0.tar.gz
telegraf: update to 1.37.3
- Update Telegraf to v1.37.3 Signed-off-by: Niklas Thorild <niklas@thorild.se>
-rw-r--r--utils/telegraf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/telegraf/Makefile b/utils/telegraf/Makefile
index ad427e1fba..276706ac97 100644
--- a/utils/telegraf/Makefile
+++ b/utils/telegraf/Makefile
@@ -3,12 +3,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=telegraf
-PKG_VERSION:=1.37.2
+PKG_VERSION:=1.37.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/influxdata/telegraf/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=5f36c0fb34f50f6a587e9fc0924521a8dc37189d338d5eab26ed386ff1cb623b
+PKG_HASH:=a01e7607ebdf7df5fe04bb9960b58a7c1d0501f24b55c3e01005de7c930247dd
PKG_MAINTAINER:=Niklas Thorild <niklas@thorild.se>
PKG_LICENSE:=MIT
@@ -23,7 +23,7 @@ GO_PKG_BUILD_PKG:=github.com/influxdata/telegraf/cmd/telegraf
GO_PKG_LDFLAGS_X := \
github.com/influxdata/telegraf/internal.Version=$(PKG_VERSION) \
github.com/influxdata/telegraf/internal.Branch=HEAD \
- github.com/influxdata/telegraf/internal.Commit=a6b212be
+ github.com/influxdata/telegraf/internal.Commit=2a6d1315
ifeq ($(CONFIG_mips)$(CONFIG_mipsel),y)
TARGET_LDFLAGS += -static