summaryrefslogtreecommitdiffstats
path: root/system/netdata/netdata.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/netdata/netdata.SlackBuild')
-rw-r--r--system/netdata/netdata.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/netdata/netdata.SlackBuild b/system/netdata/netdata.SlackBuild
index 11fec2fde3..95530ee2f8 100644
--- a/system/netdata/netdata.SlackBuild
+++ b/system/netdata/netdata.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=netdata
-VERSION=${VERSION:-1.45.0}
+VERSION=${VERSION:-1.45.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -136,7 +136,7 @@ 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
-# since 1.45.0, all files will be kept in /usr/lib
+# since 1.45.x, all files will be kept in /usr/lib
for L in `ls $PKG/usr/lib/netdata/conf.d/*.conf`
do
mv $L $L.new