diff options
| author | Niklas Thorild | 2026-02-13 11:08:08 +0000 |
|---|---|---|
| committer | Hannu Nyman | 2026-02-15 08:31:18 +0000 |
| commit | e46fbad872f413b6526f4bf6b5c846d400e26cc4 (patch) | |
| tree | 9600fbaf29a15c643de545ffec688d9c0ff33806 | |
| parent | 73aa31caca1a3bd22339721fc25d5d7fb260ac9d (diff) | |
| download | packages-e46fbad872f413b6526f4bf6b5c846d400e26cc4.tar.gz | |
telegraf: update to 1.37.2
- Update Telegraf to v1.37.2
Signed-off-by: Niklas Thorild <niklas@thorild.se>
| -rw-r--r-- | utils/telegraf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/telegraf/Makefile b/utils/telegraf/Makefile index 9e3bd07f91..ad427e1fba 100644 --- a/utils/telegraf/Makefile +++ b/utils/telegraf/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=telegraf -PKG_VERSION:=1.37.1 +PKG_VERSION:=1.37.2 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:=14e9ba382999a5065a86344af73891b977aa8bbedf39f17d1f549b3e7575b645 +PKG_HASH:=5f36c0fb34f50f6a587e9fc0924521a8dc37189d338d5eab26ed386ff1cb623b 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=3352c0d5 + github.com/influxdata/telegraf/internal.Commit=a6b212be ifeq ($(CONFIG_mips)$(CONFIG_mipsel),y) TARGET_LDFLAGS += -static |