diff --git a/.SRCINFO b/.SRCINFO index 41e8ca1..d3c089a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Fri Oct 14 18:26:47 UTC 2016 +# Mon Sep 25 18:50:38 UTC 2017 pkgbase = monitorix pkgdesc = A lightweight system monitoring tool that uses rrd databases. - pkgver = 3.9.0 + pkgver = 3.10.0 pkgrel = 1 url = http://www.monitorix.org install = readme.install @@ -30,8 +30,8 @@ pkgbase = monitorix conflicts = monitorix-git backup = etc/monitorix/monitorix.conf backup = etc/monitorix.conf - source = http://www.monitorix.org/monitorix-3.9.0.tar.gz - sha256sums = d4827718217a16a92f5ead4a22e4388fb557193c48f46892e4afe9708c79ef16 + source = http://www.monitorix.org/monitorix-3.10.0.tar.gz + sha256sums = 7306175286115c53a4f0e04250fb828679504e8b82c037b45053dc06e22a9e15 pkgname = monitorix diff --git a/PKGBUILD b/PKGBUILD index e372159..67a9efd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Contributor: graysky pkgname=monitorix -pkgver=3.9.0 +pkgver=3.10.0 pkgrel=1 pkgdesc='A lightweight system monitoring tool that uses rrd databases.' arch=('any') @@ -23,7 +23,7 @@ conflicts=("$pkgname-git") backup=("etc/$pkgname/$pkgname.conf" "etc/$pkgname.conf") install=readme.install source=("http://www.$pkgname.org/$pkgname-$pkgver.tar.gz") -sha256sums=('d4827718217a16a92f5ead4a22e4388fb557193c48f46892e4afe9708c79ef16') +sha256sums=('7306175286115c53a4f0e04250fb828679504e8b82c037b45053dc06e22a9e15') prepare() { cd "$pkgname-$pkgver"