From 4c33580932731f67eed150d18a3e4c974c7fcd29 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 18 Sep 2017 12:32:46 +0000 Subject: [PATCH] community/netdata to 1.8.0-1 --- community/netdata/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/netdata/PKGBUILD b/community/netdata/PKGBUILD index dbc205a64..904fe9c0d 100644 --- a/community/netdata/PKGBUILD +++ b/community/netdata/PKGBUILD @@ -5,7 +5,7 @@ # - disable LTO pkgname=netdata -pkgver=1.7.0 +pkgver=1.8.0 pkgrel=1 pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web" url="https://github.com/firehol/netdata/wiki" @@ -28,7 +28,7 @@ backup=('etc/netdata/'{apps_groups,charts.d,health_alarm_notify,health_email_rec 'etc/netdata/python.d/'{apache_cache,apache,cpufreq,dovecot,example,exim,hddtemp,ipfs,memcached,mysql,nginx,nginx_log,phpfpm,postfix,redis,retroshare,sensors,squid,tomcat}.conf) install="$pkgname.install" source=("https://github.com/firehol/netdata/releases/download/v${pkgver}/netdata-${pkgver}.tar.xz") -sha512sums=('68b2d2f5380120a3babe13be948515387d6fcfb35cdb50d5ae79dff2a09bc7f56623a2c352645b6a0ded585ea6dcc45f4d28a0250de5b9cba9239e6a22558462') +sha512sums=('0fb86b6cea9628556b625d9c5930c36b658d997bc477d468341675dfc2f55fe384344758a6efc50c30d502cf3be35fef21b7e320853c96d0b0eaeaafe24e816b') build() { cd "$pkgname-$pkgver"