mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/netdata: Updated for version 1.46.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
97ac122d8c
commit
3453f25874
2 changed files with 4 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=netdata
|
||||
VERSION=${VERSION:-1.45.6}
|
||||
VERSION=${VERSION:-1.46.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -132,7 +132,6 @@ mkdir -p $PKG/etc/rc.d/
|
|||
install -m 0644 $CWD/rc.netdata $PKG/etc/rc.d/
|
||||
|
||||
# handle all conf files
|
||||
rm $PKG/etc/netdata/netdata-updater.conf
|
||||
cp system/netdata.conf $PKG/etc/netdata/netdata.conf.new
|
||||
cp system/netdata-updater.conf $PKG/etc/netdata/netdata-updater.conf.new
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="netdata"
|
||||
VERSION="1.45.6"
|
||||
VERSION="1.46.0"
|
||||
HOMEPAGE="https://github.com/netdata/netdata"
|
||||
DOWNLOAD="https://github.com/netdata/netdata/releases/download/v1.45.6/netdata-v1.45.6.tar.gz"
|
||||
MD5SUM="626153780364f3e8769ff6c970abaf04"
|
||||
DOWNLOAD="https://github.com/netdata/netdata/releases/download/v1.46.0/netdata-v1.46.0.tar.gz"
|
||||
MD5SUM="70f8d3b7a5f1de9501379c2fcf0c343c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python2-PyYAML google-go-lang freeipmi"
|
||||
|
|
Loading…
Reference in a new issue