summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2017-09-25 14:50:38 -0400
committergraysky2017-09-25 14:50:38 -0400
commit5028f904040efb206f0262489c79f27db9cdb790 (patch)
tree9d0315a8146d4e554a21ced0faca5183594ee272
parent511ddba5bca9a4ebc0d1131e24c073d4adabde3f (diff)
downloadaur-5028f904040efb206f0262489c79f27db9cdb790.tar.gz
Update to 3.10.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41e8ca1ecb1c..d3c089a0949c 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 e372159bff72..67a9efdc2556 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: graysky <graysky AT archlinux dot us>
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"