Date: Wednesday, December 20, 2017 @ 16:35:00 Author: bluewind Revision: 275035
upgpkg: grafana-zabbix 3.8.0-1 upstream update Modified: grafana-zabbix/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-20 16:07:22 UTC (rev 275034) +++ PKGBUILD 2017-12-20 16:35:00 UTC (rev 275035) @@ -1,6 +1,6 @@ # Maintainer: Florian Pritz <bluew...@xinu.at> pkgname=grafana-zabbix -pkgver=3.7.0 +pkgver=3.8.0 pkgrel=1 pkgdesc="Zabbix plugin for Grafana dashboard" arch=('any') @@ -8,7 +8,7 @@ license=('APACHE') depends=('grafana') source=("https://github.com/alexanderzobnin/grafana-zabbix/archive/v$pkgver.tar.gz") -md5sums=('427c6420fed99fd67636b0fa302e64c0') +md5sums=('35b5b0034edb5e8e97aab5daf8197d1f') package() { cd "$pkgname-$pkgver"