mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
telegraf: update to 1.37.2
- Update Telegraf to v1.37.2 Signed-off-by: Niklas Thorild <niklas@thorild.se>
This commit is contained in:
committed by
Hannu Nyman
parent
73aa31caca
commit
e46fbad872
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user