mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
telegraf: update to 1.38.1
- Update Telegraf to v1.38.1 Signed-off-by: Niklas Thorild <niklas@thorild.se>
This commit is contained in:
committed by
Hannu Nyman
parent
6f5a3f76b7
commit
db477b0b38
@@ -3,12 +3,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=telegraf
|
||||
PKG_VERSION:=1.38.0
|
||||
PKG_VERSION:=1.38.1
|
||||
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:=18e3d7ba0a8e8ac1c8e8b619a5d97a704cfc9ea3cb49903d3894f0259e2f4a1a
|
||||
PKG_HASH:=ad1cd8da4b1494537911d00e094712fa99612de99713524439a5159842f94c51
|
||||
|
||||
PKG_MAINTAINER:=Niklas Thorild <niklas@thorild.se>
|
||||
PKG_LICENSE:=MIT
|
||||
@@ -22,8 +22,7 @@ GO_PKG:=github.com/influxdata/telegraf
|
||||
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=077d52af
|
||||
github.com/influxdata/telegraf/internal.Branch=HEAD
|
||||
|
||||
ifeq ($(CONFIG_mips)$(CONFIG_mipsel),y)
|
||||
TARGET_LDFLAGS += -static
|
||||
|
||||
Reference in New Issue
Block a user