community/netdata to 1.7.0-1

This commit is contained in:
Kevin Mihelich 2017-07-17 23:33:22 +00:00
parent f236fee851
commit 42c0050807

View file

@ -5,9 +5,9 @@
# - disable LTO
pkgname=netdata
pkgver=1.6.0
pkgrel=4
pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web."
pkgver=1.7.0
pkgrel=1
pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web"
url="https://github.com/firehol/netdata/wiki"
arch=('i686' 'x86_64')
license=('GPL')
@ -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=('e091c2b3a619f62c209d2de8389bc33f98159071730344b17b66a766a3dcf2f598c95f10dbaf1421e32a468f18c975373291e3909002e9bf21dea9939559e1fc')
sha512sums=('68b2d2f5380120a3babe13be948515387d6fcfb35cdb50d5ae79dff2a09bc7f56623a2c352645b6a0ded585ea6dcc45f4d28a0250de5b9cba9239e6a22558462')
build() {
cd "$pkgname-$pkgver"