mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/telegraf: Updated for version 1.24.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b0e97ace99
commit
7f3142966e
2 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=telegraf
|
||||
VERSION=${VERSION:-1.24.3}
|
||||
VERSION=${VERSION:-1.24.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="telegraf"
|
||||
VERSION="1.24.3"
|
||||
VERSION="1.24.4"
|
||||
HOMEPAGE="https://www.influxdata.com"
|
||||
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.24.3_linux_i386.tar.gz"
|
||||
MD5SUM="e177ac3f558cd923f1ce8f9fa282ae7e"
|
||||
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.24.3_linux_amd64.tar.gz"
|
||||
MD5SUM_x86_64="f0c7f56038ace5d2fa7d6b12cf630696"
|
||||
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.24.4_linux_i386.tar.gz"
|
||||
MD5SUM="a61006f23c2462ab5878db765cde7ba4"
|
||||
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.24.4_linux_amd64.tar.gz"
|
||||
MD5SUM_x86_64="6850fcfb2d5006b952eaff1dc83b8fc1"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in a new issue