From: Niklas Thorild Date: Mon, 10 Aug 2026 21:27:29 +0000 (+0200) Subject: telegraf: update to 1.39.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=835aa0395e2227fa588aeea0bde2fd5c2bb8301d;p=openwrt-packages.git telegraf: update to 1.39.3 Release notes: https://github.com/influxdata/telegraf/releases/tag/v1.39.3 Signed-off-by: Niklas Thorild --- diff --git a/utils/telegraf/Makefile b/utils/telegraf/Makefile index 1be569638..95eff0213 100644 --- a/utils/telegraf/Makefile +++ b/utils/telegraf/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=telegraf -PKG_VERSION:=1.39.2 +PKG_VERSION:=1.39.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:=bfd06e36ae049464c71a936e758aa15d7de007221682bab335ba1fa7c351c0b1 +PKG_HASH:=13b4186fac9a9d29858c532b73efc41e0a1ac8ce93a615b59d5a6e589e71ab2f PKG_MAINTAINER:=Niklas Thorild PKG_LICENSE:=MIT