diff options
author | Jonathan Pagel <jonny_tischbein@systemli.org> | 2022-07-13 12:37:18 +0200 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2022-07-14 19:35:25 +0200 |
commit | 591f8cad333b36962aefbeccc6b0fa77e5826429 (patch) | |
tree | 94b6e772e571e1a6e9596c890f6bf3837d94c795 /utils/telegraf/Makefile | |
parent | 2a4edb8a85441f38bf5fbce003b51bbf9e955cfe (diff) |
telegraf: Update to version 1.23.2
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
Diffstat (limited to 'utils/telegraf/Makefile')
-rw-r--r-- | utils/telegraf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/telegraf/Makefile b/utils/telegraf/Makefile index 96eea2f0b..e4def2d28 100644 --- a/utils/telegraf/Makefile +++ b/utils/telegraf/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=telegraf -PKG_VERSION:=1.23.1 +PKG_VERSION:=1.23.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:=7d0721908b3a2b3d36e922a1a77b782a955af4b9ee0dc0cb6b66b03594bc6efa +PKG_HASH:=01a0a5345a2d74e638e704993366f250195210e1f99f967ca18379ae6c2377d7 PKG_MAINTAINER:=Jonathan Pagel <jonny_tischbein@systemli.org> PKG_LICENSE:=MIT |